More tests.

This commit is contained in:
Victor Zverovich
2014-06-10 06:21:41 -07:00
parent ed19147441
commit 546b62e74f
4 changed files with 39 additions and 16 deletions

View File

@ -27,5 +27,7 @@
enum {BUFFER_SIZE = 256};
void SPrintf(char *buffer, const char *format, ...);
// Increment a number in a string.
void Increment(char *s);