haproxy/include
Willy Tarreau ca1765713b REORG: include: create new file haproxy/api-t.h
This file is at the lowest level of the include tree. Its purpose is to
make sure that common types are known pretty much everywhere, particularly
in structure declarations. It will essentially cover integer types such as
uintXX_t via inttypes.h, "size_t" and "ptrdiff_t" via stddef.h, and various
type modifiers such as __maybe_unused or ALIGN() via compiler.h, compat.h
and defaults.h.

It could be enhanced later if required, for example if some macros used
to compute array sizes are needed.
2020-06-11 09:31:11 +02:00
..
common REORG: ebtree: move the include files from ebtree to include/import/ 2020-06-11 09:31:11 +02:00
haproxy REORG: include: create new file haproxy/api-t.h 2020-06-11 09:31:11 +02:00
import REORG: ebtree: move the include files from ebtree to include/import/ 2020-06-11 09:31:11 +02:00
proto REORG: ebtree: move the include files from ebtree to include/import/ 2020-06-11 09:31:11 +02:00
types REORG: ebtree: move the include files from ebtree to include/import/ 2020-06-11 09:31:11 +02:00