libconfig
getuid.c at tip
Login
Home
Timeline
Files
Branches
Tags
Tickets
Wiki
Annotate
Artifact
Blame
Check-ins Using
Doc
Download
Hex
Line Numbers
File
getuid.c
from the
latest check-in
#include "getuid.h" uid_t getuid(void) { return(0); }