ITS
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <inttypes.h>
#include <stdint.h>
#include <netinet/in.h>
Go to the source code of this file.
Macros | |
#define | sys_ntohl(foo) ntohl(foo) |
#define | GCC_PRINTFLIKE(fmt, var) /* nothing */ |
#define | GCC_NOTUSED |
#define | offsetof(s, m) ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0)) |
#define | MIN(a, b) ((a)<(b)?(a):(b)) /* Unsafe variant */ |
static asn_per_constraints_t asn_PER_memb_messageID_constr_4 GCC_NOTUSED |
Definition at line 105 of file asn_system.h.
#define GCC_PRINTFLIKE | ( | fmt, | |
var | |||
) | /* nothing */ |
Definition at line 102 of file asn_system.h.
#define MIN | ( | a, | |
b | |||
) | ((a)<(b)?(a):(b)) /* Unsafe variant */ |
Definition at line 123 of file asn_system.h.
Referenced by caBasicService::checkCamGeneration().
#define offsetof | ( | s, | |
m | |||
) | ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0)) |
Definition at line 115 of file asn_system.h.
#define sys_ntohl | ( | foo | ) | ntohl(foo) |
Definition at line 87 of file asn_system.h.