epoc32/include/stdapis/sys/limits.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    31 
    31 
    32 #ifndef _SYS_LIMITS_H_
    32 #ifndef _SYS_LIMITS_H_
    33 #define	_SYS_LIMITS_H_
    33 #define	_SYS_LIMITS_H_
    34 
    34 
    35 #include <sys/cdefs.h>
    35 #include <sys/cdefs.h>
    36 #include <machine/_limits.h>
    36 #include <stdapis/machine/_limits.h>
    37 
    37 
    38 #define	CHAR_BIT	__CHAR_BIT	/* number of bits in a char */
    38 #define	CHAR_BIT	__CHAR_BIT	/* number of bits in a char */
    39 
    39 
    40 #define	SCHAR_MAX	__SCHAR_MAX	/* max value for a signed char */
    40 #define	SCHAR_MAX	__SCHAR_MAX	/* max value for a signed char */
    41 #define	SCHAR_MIN	__SCHAR_MIN	/* min value for a signed char */
    41 #define	SCHAR_MIN	__SCHAR_MIN	/* min value for a signed char */