summaryrefslogtreecommitdiff
path: root/src/limits/EXPR_NEST_MAX.c
blob: d4a70c42851315c7cebd243e1d331a13636fdaa9 (plain)
1
2
3
4
5
6
7
8
9
#include <limits.h>
#define EXPR_NEST_MAX                                      _POSIX2_EXPR_NEST_MAX
/* MIN: _POSIX2_EXPR_NEST_MAX */
/* CHECK: sysconf */
/** maximum number of expressions that can be parenthesis nested by util(expr) **/
/*
POSIX(2)
*/