diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 11 | 
1 files changed, 5 insertions, 6 deletions
| @@ -21,12 +21,11 @@  #include <stdarg.h> -int get_int_value_from_filef(const char* format, ...); -int vget_int_value_from_filef(const char* format, va_list args); -int   get_int_value_from_file(const char* filename); -int   get_int(const char* string); -bool  file_has_line(const char *filename, const char *line); -FILE *check_for_file(char* path); +int  get_int_value_from_filef(const char* format, ...); +int  vget_int_value_from_filef(const char* format, va_list args); +int  get_int_value_from_file(const char* filename); +void chomp(char *string); +int  get_int(const char* string);  // <ew> Stringification of line number  #define STRING2(x) #x | 
