|
SDL 3.0
|
Go to the source code of this file.
Macros | |
| #define | SDL_begin_code_h |
| #define | SDL_DEPRECATED |
| #define | SDL_UNUSED |
| #define | SDL_INLINE inline |
| #define | __inline__ inline |
| #define | SDL_FORCE_INLINE static SDL_INLINE |
| #define | SDL_NORETURN |
| #define | SDL_ANALYZER_NORETURN |
| #define | NULL ((void *)0) |
| #define | SDL_HAS_FALLTHROUGH 0 |
| #define | SDL_FALLTHROUGH do {} while (0) /* fallthrough */ |
| #define | SDL_NODISCARD |
| #define | SDL_MALLOC |
| #define | SDL_ALLOC_SIZE(p) |
| #define | SDL_ALLOC_SIZE2(p1, p2) |
| #define __inline__ inline |
Definition at line 120 of file SDL_begin_code.h.
| #define NULL ((void *)0) |
Definition at line 161 of file SDL_begin_code.h.
| #define SDL_ALLOC_SIZE | ( | p | ) |
Definition at line 218 of file SDL_begin_code.h.
| #define SDL_ALLOC_SIZE2 | ( | p1, | |
| p2 | |||
| ) |
Definition at line 228 of file SDL_begin_code.h.
| #define SDL_ANALYZER_NORETURN |
Definition at line 152 of file SDL_begin_code.h.
| #define SDL_begin_code_h |
SDL_begin_code.h sets things up for C dynamic library function definitions, static inlined functions, and structures aligned at 4-byte alignment. If you don't like ugly C preprocessor code, don't look at this file. :)
SDL's headers use this; applications generally should not include this header directly.
Definition at line 37 of file SDL_begin_code.h.
| #define SDL_DEPRECATED |
Definition at line 45 of file SDL_begin_code.h.
| #define SDL_FALLTHROUGH do {} while (0) /* fallthrough */ |
Definition at line 181 of file SDL_begin_code.h.
| #define SDL_FORCE_INLINE static SDL_INLINE |
Definition at line 131 of file SDL_begin_code.h.
| #define SDL_HAS_FALLTHROUGH 0 |
Definition at line 174 of file SDL_begin_code.h.
| #define SDL_INLINE inline |
Definition at line 118 of file SDL_begin_code.h.
| #define SDL_MALLOC |
Definition at line 208 of file SDL_begin_code.h.
| #define SDL_NODISCARD |
Definition at line 196 of file SDL_begin_code.h.
| #define SDL_NORETURN |
Definition at line 141 of file SDL_begin_code.h.
| #define SDL_UNUSED |
Definition at line 53 of file SDL_begin_code.h.