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
p99
p99_constraint.h
asctime_s
bsearch_s
constraint_handler_t
ctime_s
date
EINVAL
epoch
errno
getenv_s
gets_s
gmtime_s
if
localtime_s
memcpy_s
memmove_s
p99_abort_handler
P99_CONSTRAINT_CALL
P99_CONSTRAINT_HANDLER
P99_CONSTRAINT_TRIGGER
p99_exit_handler
p99_ignore_handler
p99_report_handler
P99_STRERROR
P99_STRERROR_MAX
strcat_s
strcpy_s
strerror_s
strerror_s
strerrorlen_s
strncat_s
strncpy_s
strnlen_s
strtok_s
switch
tmpfile_s
tmpnam_s
v
v
violation
◆
P99_CONSTRAINT_CALL
#define P99_CONSTRAINT_CALL
(
...
)
Value:
P99_IF_LT
(
P99_NARG
(__VA_ARGS__), 2) \
(P00_CONSTRAINT_CALL1(__VA_ARGS__)) \
(P00_CONSTRAINT_CALL0(__VA_ARGS__))
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