17static const char *
name =
"?";
18static const char *original_name =
"?";
void G_free(void *buf)
Free allocated memory.
char * G_basename(char *filename, const char *desired_ext)
Truncates filename to the base part (before the last '.') if it matches the extension,...
int G_debug(int level, const char *msg,...)
Print debugging message.
int G_is_dirsep(char c)
Checks if a specified character is a valid directory separator character on the host system.
const char * G_program_name(void)
Return module name.
void G_set_program_name(const char *s)
Set program name.
const char * G_original_program_name(void)
Return original path of the executed program.
char * G_store(const char *s)
Copy string to allocated memory.