10 lines
201 B
C
10 lines
201 B
C
|
/* Define sizes of some basic types */
|
||
|
#undef SIZEOF_INT_P
|
||
|
#undef SIZEOF_INT
|
||
|
#undef SIZEOF_SHORT_INT
|
||
|
#undef SIZEOF_LONG_INT
|
||
|
#undef SIZEOF_LONG_LONG_INT
|
||
|
#undef SIZEOF_FLOAT
|
||
|
#undef SIZEOF_DOUBLE
|
||
|
|