Scroll to navigation

INT(3) Library Functions Manual INT(3)

NAME

int - integral type macros

SYNOPSIS

#include <int.h>

DESCRIPTION

This header defines macros for the local integral types. int_1, int_2 and int_4 are always defined to integral types with a size of 1, 2 and 4 bytes respectively. The macros int_n where n is a power of 2 greater than 4 are defined if the type is supported. int_max is defined to be the largest support integral type. int_swap is the swap(3) operation that converts a local int to canonical big-endian representation.

SEE ALSO

swap(3)