next up previous contents
Next: Floating Point Data Up: 2.2.10 Data Types Previous: 2.2.10 Data Types

Integer Data Types

 

NOTE: When using C on a DEC Alpha running OSF/1, keep in mind that a long is 8 bytes and that an int is 4 bytes. Use an int with the data types CDF_INT4 and CDF_UINT4 rather than a long.

NOTE: When using C on an IBM PC (MS-DOS ), keep in mind that an int is 2 bytes and that a long is 4 bytes. Use a long with the data types CDF_INT4 and CDF_UINT4 rather than an int.



cdfsupport@nssdca.gsfc.nasa.gov