Embryo_Swap_Group (3) Linux Manual Page
Byte Swapping Functions – Functions that are used to ensure that integers passed to the virtual machine are in small endian format. FunctionsEAPI void embryo_swap_16 (unsigned short *v) Ensures that the given unsigned short integer is in the small endian format. EAPI void embryo_swap_32 (unsigned int *v) Ensures that the given unsigned integer is in…
