diff options
author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
---|---|---|
committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
tree | c76120c2c138faed822e4ae386be6ef22a738a78 /baseline/source/ammunition/ammunition_stdlib.h | |
parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'baseline/source/ammunition/ammunition_stdlib.h')
-rw-r--r-- | baseline/source/ammunition/ammunition_stdlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/baseline/source/ammunition/ammunition_stdlib.h b/baseline/source/ammunition/ammunition_stdlib.h new file mode 100644 index 0000000..d907212 --- /dev/null +++ b/baseline/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 | ||