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
/
ESRCH.h
blob: b70fe70cabda59cb182b90043721e94790b8958e (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define ESRCH (43) /** No such process **/ /* POSIX(1) */