blob: 1c0d9cb0dd9e2722652aefb35348a4c0eac3a60e (
plain) (
tree)
|
|
This directory contains C sourcfiles intended to test deheader, and
a check against which to compare the output.
Many of these examples are takem from the Single Unix Standard's list
of section 2 and 3 entry points. I don't explicitly test anything in
SuS with a structure- or pointer-to-structure type argument; that will
fail as it should on any modern compiler because the struct is neither
defined nor the derived pointer type forward-declared with a stup. I
also ignore any header that declares only macros.
SuS things excluded by these criteria:
aio.h - aio_* entry points for asynchronous input and output
time.h - asctime() and asctime_r()
assert.h - assert() macro
|