#include <tools.h>
|
| 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 long AgentTools::file_size |
( |
FILE * |
| ) |
|
|
static |
Return the file size of a given file.
- Returns
- The file size.
| static char* AgentTools::make_concatenation |
( |
const char * |
, |
|
|
const char * |
|
|
) |
| |
|
static |
Return a new string that is the concatenation of two given strings.
- Parameters
-
| prefix | - The prefix string. |
| suffix | - The suffix string. |
- Returns
- A new string.
The documentation for this class was generated from the following file: