|
sipxtacklib
Version 3.3
|
#include <limits.h>#include <sys/types.h>

Go to the source code of this file.
Macros | |
| #define | MAX32U 0xFFFFFFFF |
| #define | MAX32 0x8FFFFFFF |
Typedefs | |
| typedef unsigned char | boolean |
| typedef short | int16 |
| typedef int | int32 |
| typedef unsigned int | u_int32 |
| typedef unsigned short | u_int16 |
| typedef char | int8 |
| typedef unsigned char | u_int8 |
| typedef long long int | int64 |
| typedef unsigned long long | u_int64 |
| #define MAX32U 0xFFFFFFFF |
| #define MAX32 0x8FFFFFFF |
| typedef unsigned char boolean |
| typedef short int16 |
| typedef int int32 |
| typedef unsigned int u_int32 |
| typedef unsigned short u_int16 |
| typedef char int8 |
| typedef unsigned char u_int8 |
| typedef long long int int64 |
| typedef unsigned long long u_int64 |