15 #include <grass/gis.h> 17 static const char *
name =
"?";
18 static const char *original_name =
"?";
void G_free(void *buf)
Free allocated memory.
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.
void G_set_program_name(const char *s)
Set program name.
int G_debug(int level, const char *msg,...)
Print debugging message.
char * G_basename(char *filename, const char *desired_ext)
Truncates filename to the base part (before the last '.') if it matches the extension, otherwise leaves it unchanged.
const char * G_program_name(void)
Return module name.
int G_is_dirsep(char c)
Checks if a specified character is a valid directory separator character on the host system...