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
C11 additions to the C library
aligned_alloc
at_thrd_exit
constraint_handler_t
ctime_s
date
EINVAL
epoch
errno
errno_t
gmtime_s
if
localtime_s
p
p99_abort_handler
P99_CONSTRAINT_HANDLER
p99_exit_handler
p99_ignore_handler
p99_report_handler
P99_SETJMP_INLINE
P99_STRERROR
strerror_s
strerror_s
strerrorlen_s
strnlen_s
switch
TIME_MONOTONIC
TIME_UTC
timespec_get
v
v
violation
◆
P99_STRERROR
#define P99_STRERROR
(
...
)
Value:
P99_IF_LT
(
P99_NARG
(__VA_ARGS__), 2) \
(P00_STRERROR(__VA_ARGS__,
P99_STRERROR_MAX
, (
char
[
P99_STRERROR_MAX
]){ 0 })) \
(
P99_IF_LT
(
P99_NARG
(__VA_ARGS__), 3) \
(P00_STRERROR02(__VA_ARGS__)) \
(P00_STRERROR(__VA_ARGS__)))
Definition at line
241
of file
p99_constraint.h
.
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
P99_STRERROR_MAX
#define P99_STRERROR_MAX
Generated by
1.8.17