HMRES_convertintbuffer()

Converts a buffer containing integer information from one machine type to another machine type.

Syntax

void HMRES_convertintbuffer(int fromformat, char * frombuffer, int toformat, char * tobuffer);

Type

HyperMesh hmreslib Function

Description

Converts a buffer containing integer information from one machine type to another machine type.

Inputs

fromformat
The format of the "from" buffer.
frombuffer
A pointer to the buffer containing an integer value.
toformat
The format to which the "from" buffer should be converted.
tobuffer
A pointer to the buffer where the converted integer value should be placed.

Errors

None.