Functions

FormatString.cpp File Reference

#include "FormatString.h"
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "LinuxStrings.h"
Include dependency graph for FormatString.cpp:

Go to the source code of this file.

Functions

char * FormatString (const char *format,...)
char * FormatStringTS (char *output, const char *format,...)

Function Documentation

char* FormatString ( const char *  format,
  ... 
)

Definition at line 7 of file FormatString.cpp.

char* FormatStringTS ( char *  output,
const char *  format,
  ... 
)

Definition at line 23 of file FormatString.cpp.

Here is the caller graph for this function: