SDL  2.0
begin_code.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _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 _HAS_FALLTHROUGH   0
 
#define SDL_FALLTHROUGH   do {} while (0) /* fallthrough */
 

Detailed Description

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.

Macro Definition Documentation

◆ __inline__

#define __inline__   inline

Definition at line 132 of file begin_code.h.

◆ _begin_code_h

#define _begin_code_h

Definition at line 34 of file begin_code.h.

◆ _HAS_FALLTHROUGH

#define _HAS_FALLTHROUGH   0

Definition at line 176 of file begin_code.h.

◆ NULL

#define NULL   ((void *)0)

Definition at line 163 of file begin_code.h.

◆ SDL_DEPRECATED

#define SDL_DEPRECATED

Definition at line 40 of file begin_code.h.

◆ SDL_FALLTHROUGH

#define SDL_FALLTHROUGH   do {} while (0) /* fallthrough */

Definition at line 183 of file begin_code.h.

◆ SDL_FORCE_INLINE

#define SDL_FORCE_INLINE   static SDL_INLINE

Definition at line 143 of file begin_code.h.

◆ SDL_INLINE

#define SDL_INLINE   inline

Definition at line 130 of file begin_code.h.

◆ SDL_NORETURN

#define SDL_NORETURN

Definition at line 153 of file begin_code.h.

◆ SDL_UNUSED

#define SDL_UNUSED

Definition at line 48 of file begin_code.h.