SLikeNet
0.1.3
|
#include "slikenet/FormatString.h"
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "slikenet/LinuxStrings.h"
#include "slikenet/linux_adapter.h"
#include "slikenet/osx_adapter.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 24 of file FormatString.cpp.
char* FormatStringTS | ( | char * | output, |
const char * | format, | ||
... | |||
) |
Definition at line 39 of file FormatString.cpp.