#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>
Go to the source code of this file.
Macros | |
#define | _BSD_SOURCE /* for snprintf() on some linux systems */ |
#define | _DEFAULT_SOURCE 1 |
#define | ASN_PRI_SIZE "lu" |
#define | ASN_PRI_SSIZE "ld" |
#define | ASN_PRId64 "lld" |
#define | ASN_PRIdMAX "ld" |
#define | ASN_PRIu64 "llu" |
#define | ASN_PRIuMAX "lu" |
#define | CC_ATTR_NO_SANITIZE(what) |
#define | CC_ATTRIBUTE(attr) |
#define | CC_NOTUSED CC_ATTRIBUTE(unused) |
#define | CC_PRINTFLIKE(fmt, var) |
#define | MIN(a, b) ((a)<(b)?(a):(b)) /* Unsafe variant */ |
#define | offsetof(s, m) ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0)) |
#define | RSIZE_MAX (SIZE_MAX >> 1) |
#define | RSSIZE_MAX ((ssize_t)(RSIZE_MAX >> 1)) |
#define | SIZE_MAX ((~((size_t)0)) >> 1) |
#define | sys_ntohl(l) |
#define _BSD_SOURCE /* for snprintf() on some linux systems */ |
Definition at line 20 of file asn_system.h.
#define _DEFAULT_SOURCE 1 |
Definition at line 16 of file asn_system.h.
#define ASN_PRI_SIZE "lu" |
Definition at line 172 of file asn_system.h.
#define ASN_PRI_SSIZE "ld" |
Definition at line 173 of file asn_system.h.
#define ASN_PRId64 "lld" |
Definition at line 175 of file asn_system.h.
#define ASN_PRIdMAX "ld" |
Definition at line 181 of file asn_system.h.
#define ASN_PRIu64 "llu" |
Definition at line 174 of file asn_system.h.
#define ASN_PRIuMAX "lu" |
Definition at line 180 of file asn_system.h.
#define CC_ATTR_NO_SANITIZE | ( | what | ) |
Definition at line 120 of file asn_system.h.
#define CC_ATTRIBUTE | ( | attr | ) |
Definition at line 104 of file asn_system.h.
static asn_jer_constraints_t asn_JER_type_cam_ts_VruSpecificExteriorLights_constr_1 CC_NOTUSED CC_ATTRIBUTE(unused) |
Definition at line 117 of file asn_system.h.
#define CC_PRINTFLIKE | ( | fmt, | |
var | |||
) |
Definition at line 115 of file asn_system.h.
#define MIN | ( | a, | |
b | |||
) | ((a)<(b)?(a):(b)) /* Unsafe variant */ |
Definition at line 140 of file asn_system.h.
#define offsetof | ( | s, | |
m | |||
) | ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0)) |
Definition at line 132 of file asn_system.h.
#define RSIZE_MAX (SIZE_MAX >> 1) |
Definition at line 160 of file asn_system.h.
#define RSSIZE_MAX ((ssize_t)(RSIZE_MAX >> 1)) |
Definition at line 161 of file asn_system.h.
#define SIZE_MAX ((~((size_t)0)) >> 1) |
Definition at line 159 of file asn_system.h.
#define sys_ntohl | ( | l | ) |
Definition at line 90 of file asn_system.h.