Knight-Path 1.0.D018
|
Go to the source code of this file.
Functions | |
void | progname_set (char *) |
const char * | progname_get () |
const char* progname_get | ( | ) |
The progname_get function is used to retrieve the name of the currently executing programme. Used by error messages.
void progname_set | ( | char * | ) |
The progname_set function is used by main() to set the name of the currently executing programme.