source: svn/trunk/newcon3bcm2_21bu/dst/dhl/api/include/limits.h @ 2

Last change on this file since 2 was 2, checked in by jglee, 11 years ago

first commit

File size: 131 bytes
Line 
1#include "ministd.h"
2
3#define CHAR_BIT 8
4#define INT_MAX 0x7FFFFFFF
5#define UINT_MAX 0xFFFFFFFFUL
6#define ULONG_MAX UINT_MAX
Note: See TracBrowser for help on using the repository browser.