This group contains general utilities used in the console application.
Functions | |
| static void | outOfMemory (void) |
| Exits with an error in the event of an out of memory condition. | |
| static Bool | samefile (ctmbstr filename1, ctmbstr filename2) |
| Indicates whether or not two filenames are the same. | |
| static tmbstr | stringWithFormat (const ctmbstr fmt,...) |
| Create a new, allocated string with a format and arguments. | |
| static void | tidy_cleanup (void) |
| Handles exit cleanup. | |
|
static |
Exits with an error in the event of an out of memory condition.
Indicates whether or not two filenames are the same.
| filename1 | First filename |
| filename2 | Second filename |
Create a new, allocated string with a format and arguments.
| fmt | The format string. |
| ... | Variable arguments. |
|
static |
Handles exit cleanup.