index
:
pmd-red
code
libc
master
memory
Pokémon Mystery Dungeon: Red Rescue Team
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
newlib
/
libc
/
sys
/
go32
/
getuid.c
blob: 4ce9a46c1b6b5594192067d9d50d83c00833e4fd (
plain
)
1
2
3
4
5
6
7
8
9
#include <sys/types.h> getuid() { return 10; }