SDL 3.0
|
Go to the source code of this file.
Macros | |
#define | SDL_begin_code_h |
#define | SDL_HAS_BUILTIN(x) 0 |
#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 376 of file SDL_begin_code.h.
#define NULL ((void *)0) |
Definition at line 417 of file SDL_begin_code.h.
#define SDL_ALLOC_SIZE | ( | p | ) |
Definition at line 474 of file SDL_begin_code.h.
#define SDL_ALLOC_SIZE2 | ( | p1, | |
p2 | |||
) |
Definition at line 484 of file SDL_begin_code.h.
#define SDL_ANALYZER_NORETURN |
Definition at line 408 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 40 of file SDL_begin_code.h.
#define SDL_DEPRECATED |
Definition at line 301 of file SDL_begin_code.h.
#define SDL_FALLTHROUGH do {} while (0) /* fallthrough */ |
Definition at line 437 of file SDL_begin_code.h.
#define SDL_FORCE_INLINE static SDL_INLINE |
Definition at line 387 of file SDL_begin_code.h.
#define SDL_HAS_BUILTIN | ( | x | ) | 0 |
Definition at line 291 of file SDL_begin_code.h.
#define SDL_HAS_FALLTHROUGH 0 |
Definition at line 430 of file SDL_begin_code.h.
#define SDL_INLINE inline |
Definition at line 374 of file SDL_begin_code.h.
#define SDL_MALLOC |
Definition at line 464 of file SDL_begin_code.h.
#define SDL_NODISCARD |
Definition at line 452 of file SDL_begin_code.h.
#define SDL_NORETURN |
Definition at line 397 of file SDL_begin_code.h.
#define SDL_UNUSED |
Definition at line 309 of file SDL_begin_code.h.