1 /*
2  *  HELPCMP.H
3  *
4  *  Released to the public domain.
5  *
6  *  Prototype for HELPCMP.C.
7  */
8 
9 #ifndef __HELPCMP_H__
10 #define __HELPCMP_H__
11 
12 void helpcmp(int argc, char *argv[]);
13 
14 #endif
15