diff options
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h new file mode 100644 index 0000000..012d446 --- /dev/null +++ b/include/main.h @@ -0,0 +1,13 @@ + +#ifndef MAIN_H + +#define MAIN_H + +#include "bool.h" +#include "string_length.h" + +extern char* getParam(char *s); +extern char *getString(int n); +extern void quit(); + +#endif |