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
/
errno
/
ENOMEM.h
blob: af1d283b343f4b5b5e8347831cbfb890fbde9ebd (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define ENOMEM (32) /** Not enough space **/ /* POSIX(1) */