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

Last change on this file since 47 was 47, checked in by megakiss, 11 years ago

459Mhz로 OTC 주파수 변경

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.