csope/source/help.h
2024-11-13 14:48:07 +01:00

9 lines
103 B
C

#ifndef HELP_H
#define HELP_H
const char *help(void);
void longusage(void);
void usage(void);
#endif