diff options
Diffstat (limited to 'all_pairs/source/ammunition/ammunition_stdlib.h')
-rw-r--r-- | all_pairs/source/ammunition/ammunition_stdlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/all_pairs/source/ammunition/ammunition_stdlib.h b/all_pairs/source/ammunition/ammunition_stdlib.h new file mode 100644 index 0000000..d907212 --- /dev/null +++ b/all_pairs/source/ammunition/ammunition_stdlib.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef AMMUNITION_STDLIB_H | ||
2 | #define AMMUNITION_STDLIB_H | ||
3 | |||
4 | int ammunition_atoi ( const char *str ); | ||
5 | |||
6 | #endif | ||