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 --- baseline/source/ammunition/ammunition_stdio.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 baseline/source/ammunition/ammunition_stdio.h (limited to 'baseline/source/ammunition/ammunition_stdio.h') diff --git a/baseline/source/ammunition/ammunition_stdio.h b/baseline/source/ammunition/ammunition_stdio.h new file mode 100644 index 0000000..a3a7a4b --- /dev/null +++ b/baseline/source/ammunition/ammunition_stdio.h @@ -0,0 +1,8 @@ +#ifndef AMMUNITION_STDIO_H +#define AMMUNITION_STDIO_H + +int ammunition_sprintf_d( char *s, int number ); + +int ammunition_sprintf_u( char *s, unsigned int number ); + +#endif -- cgit v1.2.2