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
/
EINVAL.c
blob: af5182431349bf055e3f7f44d4e47cc00c403407 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EINVAL (21) /** Invalid argument **/ /* POSIX(1) */