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__); |