home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MONITOR1.ZIP / MATCH.H < prev    next >
Text File  |  1989-01-19  |  67b  |  4 lines

  1. #define NO_MATCH  -1
  2.  
  3. short match(char *table[], char *token);
  4.