GRASS Programmer's Manual
6.4.2(2012)
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
db/dbmi_base/whoami.c
Go to the documentation of this file.
1
#include <stdlib.h>
2
#include <stdio.h>
3
#include <grass/gis.h>
4
11
char
*
db_whoami
()
12
{
13
char
*userid =
G_store
(
getenv
(
"LOGNAME"
));
14
15
return
userid;
16
}
lib
db
dbmi_base
whoami.c
Generated on Wed Jun 6 2012 14:04:30 for GRASS Programmer's Manual by
1.8.1