index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
l64a.c
blob: 99585372dc8eeee41357bef02ec616bf8ac96126 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h> char * l64a(long value) { return NULL; } /* XOPEN(400) */