HM_getmachinesizeofint()
Gets the hardware size of an integer.
Syntax
int HM_getmachinesizeofint(int machine);
Type
HyperMesh hmlib Function
Description
Gets the hardware size of an integer.
Inputs
- machine
- The value returned from HM_getmachinetype().
Example
The size of an integer.
Most hardware platforms return 4 bytes, except the Cray, which returns 8 bytes.
Errors
None.