ReactOS 0.4.16-dev-59-gd481587
|
Go to the source code of this file.
Classes | |
struct | pollfd |
Macros | |
#define | inline |
#define | POLLIN 1 |
#define | POLLPRI 2 |
#define | POLLOUT 4 |
#define | FUNCATTR(x) |
#define | ATTRPRINTF(si, tc) |
#define | PRINTFFORMAT(si, tc) FUNCATTR((ATTRPRINTF(si,tc))) |
#define | ATTRNORETURN |
#define | NONRETURNING FUNCATTR((ATTRNORETURN)) |
#define | NONRETURNPRINTFFORMAT(si, tc) FUNCATTR((ATTRPRINTF(si,tc),ATTRNORETURN)) |
#define | ATTRCONST |
#define | CONSTANT FUNCATTR((ATTRCONST)) |
#define ATTRCONST |
Definition at line 107 of file acconfig.h.
#define ATTRNORETURN |
Definition at line 90 of file acconfig.h.
Definition at line 78 of file acconfig.h.
Definition at line 111 of file acconfig.h.
Definition at line 69 of file acconfig.h.
#define inline |
Definition at line 51 of file acconfig.h.
#define NONRETURNING FUNCATTR((ATTRNORETURN)) |
Definition at line 94 of file acconfig.h.
#define NONRETURNPRINTFFORMAT | ( | si, | |
tc | |||
) | FUNCATTR((ATTRPRINTF(si,tc),ATTRNORETURN)) |
Definition at line 99 of file acconfig.h.
#define POLLIN 1 |
Definition at line 59 of file acconfig.h.
#define POLLOUT 4 |
Definition at line 61 of file acconfig.h.
#define POLLPRI 2 |
Definition at line 60 of file acconfig.h.
#define PRINTFFORMAT | ( | si, | |
tc | |||
) | FUNCATTR((ATTRPRINTF(si,tc))) |
Definition at line 82 of file acconfig.h.