libconfig
getuid.h at [0d42a059cd]
Login
Home
Timeline
Files
Branches
Tags
Tickets
Wiki
Annotate
Artifact
Blame
Check-ins Using
Doc
Download
Hex
Line Numbers
File
getuid.h
artifact
bc30b2d770
part of check-in
0d42a059cd
#ifndef _LC_GETUID_H #define _LC_GETUID_H typedef int uid_t; uid_t getuid(void); #endif