ReactOS 0.4.15-dev-7924-g5949c20
acconfig.h File Reference

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

Macro Definition Documentation

◆ ATTRCONST

#define ATTRCONST

Definition at line 107 of file acconfig.h.

◆ ATTRNORETURN

#define ATTRNORETURN

Definition at line 90 of file acconfig.h.

◆ ATTRPRINTF

#define ATTRPRINTF (   si,
  tc 
)

Definition at line 78 of file acconfig.h.

◆ CONSTANT

#define CONSTANT   FUNCATTR((ATTRCONST))

Definition at line 111 of file acconfig.h.

◆ FUNCATTR

#define FUNCATTR (   x)

Definition at line 69 of file acconfig.h.

◆ inline

#define inline

Definition at line 51 of file acconfig.h.

◆ NONRETURNING

#define NONRETURNING   FUNCATTR((ATTRNORETURN))

Definition at line 94 of file acconfig.h.

◆ NONRETURNPRINTFFORMAT

#define NONRETURNPRINTFFORMAT (   si,
  tc 
)    FUNCATTR((ATTRPRINTF(si,tc),ATTRNORETURN))

Definition at line 99 of file acconfig.h.

◆ POLLIN

#define POLLIN   1

Definition at line 59 of file acconfig.h.

◆ POLLOUT

#define POLLOUT   4

Definition at line 61 of file acconfig.h.

◆ POLLPRI

#define POLLPRI   2

Definition at line 60 of file acconfig.h.

◆ PRINTFFORMAT

#define PRINTFFORMAT (   si,
  tc 
)    FUNCATTR((ATTRPRINTF(si,tc)))

Definition at line 82 of file acconfig.h.