29-04-2015, 09:24 AM
In example codes in Rule 11.1 and Rule 11.2
#include /* to obtain macro NULL */
in example codes in 11.9
#include
A freestanding environment needs stdarg.h not sodlib.h.
So I prefer to obtain macro NULL,
#include // to obtain macro NULL
Is it reasonable?
ps. in 11.9
/* Could also be stdio.h, stdlib.h and others */
I prefer
/* A free standing environment needs stddef.h */
/* Could also be stdio.h, stdlib.h and others in host environments */
Best Regards.
#include /* to obtain macro NULL */
in example codes in 11.9
#include
A freestanding environment needs stdarg.h not sodlib.h.
So I prefer to obtain macro NULL,
#include // to obtain macro NULL
Is it reasonable?
ps. in 11.9
/* Could also be stdio.h, stdlib.h and others */
I prefer
/* A free standing environment needs stddef.h */
/* Could also be stdio.h, stdlib.h and others in host environments */
Best Regards.
<t>Dr. OGAWA Kioshi<br/>
@kaizen_nagoya</t>
@kaizen_nagoya</t>