Go to the source code of this file.
Defines | |
| #define | INC_OSKI_SPRINTF_H |
| oski/sprintf.h included. | |
Functions | |
| char * | oski_StringPrintf (const char *fmt,...) |
| Safe implementation of 'sprintf' which returns a newly allocated string of the appropriate length to contain the desired formatted string. | |
|
||||||||||||
|
Safe implementation of 'sprintf' which returns a newly allocated string of the appropriate length to contain the desired formatted string. Returns NULL on error. Otherwise, returns a newly allocated string containing the formatted output.
|
1.4.6