home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / words.zip / wcount.h < prev    next >
C/C++ Source or Header  |  1994-06-23  |  96b  |  7 lines

  1. #define BOOL int
  2. #define TRUE 1
  3. #define FALSE 0
  4.  
  5. extern int count_words (FILE *thefile);
  6.  
  7.