libexplain  1.4.D001
Defines
libexplain/name_max.h File Reference

define NAME_MAX for paths More...

#include <libexplain/ac/limits.h>
#include <libexplain/ac/sys/param.h>

Go to the source code of this file.

Defines

#define NAME_MAX   255

Detailed Description

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 Documentation

#define NAME_MAX   255

Definition at line 43 of file name_max.h.