 |
NEURON
|
Go to the documentation of this file. 9 #define CHAR_MIN (-128) 13 #define SCHAR_MIN (-128) 17 #define SHRT_MAX 32767 19 #define SHRT_MIN (-32768) 21 #define INT_MAX 2147483647 23 #define INT_MIN (-2147483647-1) 25 #define LONG_MAX 2147483647L 27 #define LONG_MIN (-2147483647L-1L) 29 #define USHRT_MAX 65535 31 #define UINT_MAX 4294967295U 33 #define ULONG_MAX 4294967295UL 42 #define _POSIX_STREAM_MAX 8 45 #define BC_BASE_MAX 99 46 #define BC_DIM_MAX 2048 47 #define BC_SCALE_MAX 99 48 #define COLL_ELEM_MAX 4 49 #define EXPR_NEST_MAX 32 51 #define PASTE_FILES_MAX 12 52 #define RE_DUP_MAX 255 53 #define SED_PATTERN_MAX 20480 54 #define SENDTO_MAX 90000 55 #define SORT_LINE_MAX 20480 57 #define ATEXIT_MAX INT_MAX