![]() |
My Project
|
Go to the source code of this file.
Macros | |
| #define | IN |
| #define | OUT |
| #define | _In_Opt |
| #define | _Out_Opt |
| #define | NORETURN __attribute__((noreturn)) |
| #define | FORCEINLINE static inline |
| #define | FORCEINLINE_NOHEADER inline |
| #define | USED __attribute__((used)) |
| #define _In_Opt |
Definition at line 9 of file annotations.h.
| #define _Out_Opt |
Definition at line 10 of file annotations.h.
| #define FORCEINLINE static inline |
Definition at line 22 of file annotations.h.
| #define FORCEINLINE_NOHEADER inline |
Definition at line 33 of file annotations.h.
| #define IN |
Definition at line 7 of file annotations.h.
| #define NORETURN __attribute__((noreturn)) |
Definition at line 13 of file annotations.h.
| #define OUT |
Definition at line 8 of file annotations.h.
| #define USED __attribute__((used)) |
Definition at line 38 of file annotations.h.