#include "FormatString.h"
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "LinuxStrings.h"
Go to the source code of this file.
Functions | |
char * | FormatString (const char *format,...) |
char * | FormatStringTS (char *output, const char *format,...) |
char* FormatString | ( | const char * | format, | |
... | ||||
) |
Definition at line 7 of file FormatString.cpp.
char* FormatStringTS | ( | char * | output, | |
const char * | format, | |||
... | ||||
) |