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
simple callbacks with or without void* argument
p99_callback
p99_callback_el
p99_callback_el_call
p99_callback_el_cptr
p99_callback_el_init
p99_callback_el_init
p99_callback_el_init_
p99_callback_el_init_1
p99_callback_el_init_2
p99_callback_el_ptr
p99_callback_stack
p99_callback_void_func
p99_callback_voidptr_func
◆
p99_callback_el_init
#define p99_callback_el_init
(
...
)
Value:
P99_IF_LT
(
P99_NARG
(__VA_ARGS__), 3) \
(
p99_callback_el_init_
(__VA_ARGS__, 0)) \
(
p99_callback_el_init_
(__VA_ARGS__))
Definition at line
108
of file
p99_callback.h
.
p99_callback_el_init_
#define p99_callback_el_init_(OBJ, FUNC, ARG)
Definition:
p99_callback.h:104
P99_NARG
#define P99_NARG(...)
Return the length of the variable length argument list, where an empty argument list is considered to...
Definition:
p99_args.h:117
P99_IF_LT
#define P99_IF_LT(A, B)
Test two decimal numbers A and B for whether A is strictly less than B.
Definition:
p99_if.h:120
Generated by
1.8.17