My Project
Loading...
Searching...
No Matches
annotations.h File Reference

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

Macro Definition Documentation

◆ _In_Opt

#define _In_Opt

Definition at line 9 of file annotations.h.

◆ _Out_Opt

#define _Out_Opt

Definition at line 10 of file annotations.h.

◆ FORCEINLINE

#define FORCEINLINE   static inline

Definition at line 22 of file annotations.h.

◆ FORCEINLINE_NOHEADER

#define FORCEINLINE_NOHEADER   inline

Definition at line 33 of file annotations.h.

◆ IN

#define IN

Definition at line 7 of file annotations.h.

◆ NORETURN

#define NORETURN   __attribute__((noreturn))

Definition at line 13 of file annotations.h.

◆ OUT

#define OUT

Definition at line 8 of file annotations.h.

◆ USED

#define USED   __attribute__((used))

Definition at line 38 of file annotations.h.