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

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

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.