maxCwdLength top-level constant
int
const maxCwdLength
Maximum length for cwd parameter. PATH_MAX on Linux is 4096.
Implementation
const int maxCwdLength = 4096;
Maximum length for cwd parameter. PATH_MAX on Linux is 4096.
const int maxCwdLength = 4096;