OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [lcc/] [x86/] [win32/] [tst/] [limits.1bk] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 hellwig
UCHAR_MAX:      000000ff=255
2
USHRT_MAX:      0000ffff=65535
3
UINT_MAX:       ffffffff=-1
4
ULONG_MAX:      ffffffff=-1
5
CHAR_MAX:       0000007f=127
6
SCHAR_MAX:      0000007f=127
7
SHRT_MAX:       00007fff=32767
8
INT_MAX:        7fffffff=2147483647
9
LONG_MAX:       7fffffff=2147483647
10
CHAR_MIN:       ffffff80=-128
11
SCHAR_MIN:      ffffff80=-128
12
SHRT_MIN:       ffff8000=-32768
13
INT_MIN:        80000000=-2147483648
14
LONG_MIN:       80000000=-2147483648

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.