mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
More tests.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user