On Thursday, 20 September 2018 at 02:48:06 UTC, Nick Sabalausky
(Abscissa) wrote:
What drives me mad is when allegedly cross-platform tools
deliberately propagate non-cross-platform quirks that could
easily be abstracted away and pretend that's somehow "helping"
me instead of making a complete wreck of the whole point of
cross-platform.
http://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html
A strictly conforming application must not require a larger
value for correct operation.
{_POSIX_NAME_MAX}
Maximum number of bytes in a filename (not including
terminating null).
Value: 14
{_POSIX_PATH_MAX}
Maximum number of bytes in a pathname.
Value: 256