#include <tools.h>
Static Public Member Functions | |
static char * | make_concatenation (const char *, const char *) |
Return a new string that is the concatenation of two given strings. | |
static long | file_size (FILE *) |
Return the file size of a given file. |
static char* AgentTools::make_concatenation | ( | const char * | , | |
const char * | ||||
) | [static] |
Return a new string that is the concatenation of two given strings.
prefix | - The prefix string. | |
suffix | - The suffix string. |
static long AgentTools::file_size | ( | FILE * | ) | [static] |
Return the file size of a given file.