SDL 2.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 | NULL ((void *)0) |
#define | SDL_HAS_FALLTHROUGH 0 |
#define | SDL_FALLTHROUGH do {} while (0) /* fallthrough */ |
This file 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. :)
Definition in file begin_code.h.
#define __inline__ inline |
Definition at line 134 of file begin_code.h.
#define NULL ((void *)0) |
Definition at line 165 of file begin_code.h.
#define SDL_begin_code_h |
Definition at line 34 of file begin_code.h.
#define SDL_DEPRECATED |
Definition at line 42 of file begin_code.h.
#define SDL_FALLTHROUGH do {} while (0) /* fallthrough */ |
Definition at line 185 of file begin_code.h.
#define SDL_FORCE_INLINE static SDL_INLINE |
Definition at line 145 of file begin_code.h.
#define SDL_HAS_FALLTHROUGH 0 |
Definition at line 178 of file begin_code.h.
#define SDL_INLINE inline |
Definition at line 132 of file begin_code.h.
#define SDL_NORETURN |
Definition at line 155 of file begin_code.h.
#define SDL_UNUSED |
Definition at line 50 of file begin_code.h.