zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
include
limits.h
Go to the documentation of this file.
1
8
//
9
#ifndef ZOS_LIMITS_H
10
#define ZOS_LIMITS_H
11
12
#include_next <limits.h>
13
14
#ifndef PATH_MAX
15
#define PATH_MAX _XOPEN_PATH_MAX
16
#endif
17
18
#endif
Generated by
1.9.8