Functions | |
void | embryo_swap_16 (unsigned short *v) |
Ensures that the given unsigned short integer is in the small endian format. | |
void | embryo_swap_32 (unsigned int *v) |
Ensures that the given unsigned integer is in the small endian format. |
These functions are used to ensure that the virtual machine operates correctly on big endian machines.
|
Ensures that the given unsigned short integer is in the small endian format.
|
|
Ensures that the given unsigned integer is in the small endian format.
|