libconfig
getuid.c at [d281965daf]
Login
Home
Timeline
Files
Branches
Tags
Tickets
Wiki
Annotate
Artifact
Blame
Check-ins Using
Doc
Download
Hex
Line Numbers
File
getuid.c
artifact
721d47a38b
part of check-in
d281965daf
#include "getuid.h" uid_t getuid(void) { return(0); }