File: common.h

package info (click to toggle)
mtd-utils 1%3A1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,836 kB
  • ctags: 3,428
  • sloc: ansic: 31,387; sh: 499; makefile: 290
file content (7 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
/* $Id: common.h,v 1.1 2001/06/21 23:07:56 dwmw2 Exp $ */
//this .h file is common to both the file creation utility and
//the file checking utility.
#define TRUE    1
#define FALSE   0

#define MAX_NUM_FILES    100