#include <stdint.h>
#include <machine/endian.h>
Go to the source code of this file.
|
#define | _BYTEORDER_FUNC_DEFINED |
|
#define | htonl(x) __htonl(x) |
|
#define | htons(x) __htons(x) |
|
#define | ntohl(x) __ntohl(x) |
|
#define | ntohs(x) __ntohs(x) |
|
#define | NTOHS(x) (x) = ntohs(x) |
|
#define | HTONS(x) (x) = htons(x) |
|
#define | NTOHL(x) (x) = ntohl(x) |
|
#define | HTONL(x) (x) = htonl(x) |
|
This include file provides endian information about the target.