在c中获取系统的最大允许路径长度

Getting system's max allowed path length in c

如何确定我的程序所在的系统允许的最大文件路径长度 运行? 是在limits.h吗?因为我没有在那里找到它。

应该是NAME_MAX定义在<limits.h>

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html