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

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

1.phkim

  1. revision copy newcon3sk r27
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.