diff options
Diffstat (limited to 'baseline/source/ammunition/ammunition_stdio.h')
-rw-r--r-- | baseline/source/ammunition/ammunition_stdio.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | #ifndef AMMUNITION_STDIO_H | ||
2 | #define AMMUNITION_STDIO_H | ||
3 | |||
4 | int ammunition_sprintf_d( char *s, int number ); | ||
5 | |||
6 | int ammunition_sprintf_u( char *s, unsigned int number ); | ||
7 | |||
8 | #endif | ||