BSD 2 release
[unix-history] / upgrade / libretro / _getuid.c.16ui
CommitLineData
ca0f6dd3
BJ
1/* getuid is supposed to return full word (integer) uid */
2_getuid()
3{
4
5 return (getuid());
6}