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
/
string
/
u_strerr.c
blob: fa4605c8b8d5bb26a188f9f9ac837f7606fdfa0f (
plain
)
1
2
3
4
5
6
7
8
#include <_ansi.h> char * _DEFUN(_user_strerror, (errnum), int errnum) { return 0; }