whoami.c

Go to the documentation of this file.
00001 #include <stdlib.h>
00002 #include <stdio.h>
00003 #include <grass/gis.h>
00004 
00011 char *db_whoami()
00012 {
00013     char *userid = G_store(getenv("LOGNAME"));
00014 
00015     return userid;
00016 }

Generated on Sat Oct 24 03:24:24 2009 for GRASS Programmer's Manual by  doxygen 1.6.1