From 432a446a7b3a6fa9ce8736bffbbe48daea578feb Mon Sep 17 00:00:00 2001 From: David Date: Sat, 27 Sep 2014 13:03:09 +1200 Subject: Fixed bug affecting CPUs with multiple cores --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index 350f724..74036bb 100644 --- a/common.h +++ b/common.h @@ -26,6 +26,7 @@ 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); +void chomp(char* string); // Stringification of line number #define STRING2(x) #x -- cgit v1.1