aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-27 13:03:09 +1200
committerDavid <dbphillipsnz@gmail.com>2014-09-27 13:03:09 +1200
commit3ac35c199e59585bd3c9e8348c5f4b5a7137ff41 (patch)
tree12fc88b1b30f42b6932cd0a076dc3456868587d7 /common.h
parentd7de3b282bb6c9bb675785c08d3858c14381a209 (diff)
downloadparamano-3ac35c199e59585bd3c9e8348c5f4b5a7137ff41.tar.xz
Fixed bug affecting CPUs with multiple cores
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
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);
// <ew> Stringification of line number
#define STRING2(x) #x