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

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
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.