#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