ReactOS 0.4.16-dev-588-gf07ea94
|
Go to the source code of this file.
Macros | |
#define | _VALIST |
#define | _AUPBND (sizeof (ACPI_NATIVE_INT) - 1) |
#define | _ADNBND (sizeof (ACPI_NATIVE_INT) - 1) |
#define | _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd))) |
#define | va_arg(ap, T) (*(T *)(((ap) += (_Bnd (T, _AUPBND))) - (_Bnd (T,_ADNBND)))) |
#define | va_end(ap) (ap = (va_list) NULL) |
#define | va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_Bnd (A,_AUPBND)))) |
Typedefs | |
typedef char * | va_list |
Definition at line 84 of file acmsvcex.h.
Definition at line 83 of file acmsvcex.h.
Definition at line 88 of file acmsvcex.h.
#define _VALIST |
Definition at line 77 of file acmsvcex.h.
Definition at line 89 of file acmsvcex.h.
Definition at line 91 of file acmsvcex.h.
Definition at line 78 of file acmsvcex.h.