Answers for "include_path max length"

C
0

PATH_MAX

//in linux/limits.h
#define PATH_MAX        4096    /* # chars in a path name including nul */
Posted by: Guest on February-05-2021

Code answers related to "C"

Browse Popular Code Answers by Language