37 static int initialized;
38 static const char *
name;
53 if (!name || !*name) {
54 struct passwd *p = getpwuid(getuid());
55 if (p && p->pw_name && *p->pw_name)
void G_initialize_done(int *)
const char * G_whoami(void)
Gets user's name.
int G_is_initialized(int *)
char * G_store(const char *)
Copy string to allocated memory.