#include <string>#include <stdlib.h>#include <stdarg.h>#include <common/Defines.h>#include <SDL/SDL.h>#include <SDL/SDL_thread.h>Go to the source code of this file.
Defines | |
| #define | va_copy(d, s) (d) = (s) |
Functions | |
| void | S3D::trim (std::string &value) |
| char * | S3D::stristr (const char *x, const char *y) |
| std::string | S3D::formatStringList (const char *format, va_list ap) |
| std::string | S3D::formatStringBuffer (const char *format,...) |
1.5.3