My impression is that a good deal of code wants PATH_MAX
because it wants to create an array of size
PATH_MAX.Definitely true. That is by far the most common use of PATH_MAX in my experience.
My impression is that a good deal of code wants PATH_MAX
because it wants to create an array of size
PATH_MAX.Definitely true. That is by far the most common use of PATH_MAX in my experience.