This group contains general utilities used in the console application.
◆ outOfMemory()
static void outOfMemory |
( |
void |
| ) |
|
|
static |
Exits with an error in the event of an out of memory condition.
◆ samefile()
Indicates whether or not two filenames are the same.
- Returns
- Returns a Bool indicating whether the filenames are the same.
- Parameters
-
filename1 | First filename |
filename2 | Second filename |
◆ stringWithFormat()
Create a new, allocated string with a format and arguments.
- Returns
- Returns a new, allocated string that you must free.
- Parameters
-
fmt | The format string. |
... | Variable arguments. |
◆ tidy_cleanup()
static void tidy_cleanup |
( |
void |
| ) |
|
|
static |