libexplain
1.4.D001
|
define NAME_MAX for paths More...
Go to the source code of this file.
Defines | |
#define | NAME_MAX 255 |
define NAME_MAX for paths
Finding the definition of NAME_MAX can be a challenge. This is defined to exist by POSIX. It could be in <sys/param.h> It could be in <limits.h> And it could be called MAXNAMLEN in BSD land.
Definition in file name_max.h.
#define NAME_MAX 255 |
Definition at line 43 of file name_max.h.