Include dependency graph for libc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Libc |
Macros | |
| #define | _SYS_SELECT_H |
| #define | DCE(name) void (*name ## _fn) (...); |
| #define | DCE_EXPLICIT(name, rtype,...) rtype (*name ## _fn) (__VA_ARGS__); |
| #define | DCET(rtype, name) DCE (name) |
| #define | NATIVET(rtype, name) NATIVE (name) |
| #define DCE_EXPLICIT | ( | name, | |
| rtype, | |||
| ... | |||
| ) | rtype (*name ## _fn) (__VA_ARGS__); |