From 386b7d3366f1359a265da207a9cafa3edf553b64 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 7 Oct 2019 19:13:39 -0400 Subject: Reorganize and commit all the modified TACLeBench code and run scripts --- all_pairs/source/ammunition/ammunition_stdlib.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 all_pairs/source/ammunition/ammunition_stdlib.h (limited to 'all_pairs/source/ammunition/ammunition_stdlib.h') 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 @@ +#ifndef AMMUNITION_STDLIB_H +#define AMMUNITION_STDLIB_H + +int ammunition_atoi ( const char *str ); + +#endif -- cgit v1.2.2