9 lines
103 B
C
9 lines
103 B
C
#ifndef HELP_H
|
|
#define HELP_H
|
|
|
|
const char *help(void);
|
|
void longusage(void);
|
|
void usage(void);
|
|
|
|
#endif
|