BSD 3 development
[unix-history] / .ref-BSD-2 / 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}