#include <stdint.h>


Go to the source code of this file.
Defines | |
| #define | LTOH16(val) HTOL16(val) |
| #define | LTOH32(val) HTOL32(val) |
| #define | ltoh16(l) htol16(l) |
| #define | ltoh32(l) htol32(l) |
Functions | |
| uint16_t | htol16 (uint16_t h) |
| uint32_t | htol32 (uint32_t h) |
| uint16_t | htol16 (uint16_t h) |
| uint32_t | htol32 (uint32_t h) |
Definition in file byteordering.h.
1.5.6