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 *
00012 db_whoami()
00013 {
00014     char *userid = G_store( getenv("LOGNAME") );
00015 
00016     return userid;
00017 }

Generated on Sun Apr 6 17:31:38 2008 for GRASS by  doxygen 1.5.5