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
/
limits
/
_POSIX_NAME_MAX.c
blob: b6438730cfb22dfc4bc7360702b151ec7b04897d (
plain
)
1
2
3
4
5
6
#include <limits.h> #define _POSIX_NAME_MAX (14) /* DEF */ /* POSIX(1) */