P99
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
c
d
e
f
i
l
m
n
r
s
t
w
Functions
c
e
f
i
n
r
Variables
Typedefs
Related Functions
Files
File List
Globals
All
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
i
j
l
m
n
p
r
s
t
u
v
w
Variables
Typedefs
_
b
c
d
e
f
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Macros
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Initialization facilities through the preprocessor
P99_APLAIN
P99_ASUB
P99_MAC_ARGS
P99_MEMSET
P99_MEMZERO
P99_PZERO
P99_TZERO
◆
P99_ASUB
#define P99_ASUB
(
X,
T,
N,
L
)
Value:
( \
(T(*)[L \
/* check for validity \
/ !!(L && (sizeof(T[N+L]) < sizeof(*X)))*/
]) \
(
P99_LVAL
(T*, &((*X)[N]))) \
)
Remarks
argument 1 should correspond to a type that is not a VLA.
Definition at line
88
of file
p99_new.h
.
P99_LVAL
#define P99_LVAL(...)
Define an lvalue of type T, where T is the first parameter in the variable parameter list.
Definition:
p99_int.h:1084
Generated by
1.8.17