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)
 

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 137 of file begin_code.h.

◆ _begin_code_h

#define _begin_code_h

Definition at line 35 of file begin_code.h.

◆ NULL

#define NULL   ((void *)0)

Definition at line 168 of file begin_code.h.

◆ SDL_DEPRECATED

#define SDL_DEPRECATED

Definition at line 41 of file begin_code.h.

◆ SDL_FORCE_INLINE

#define SDL_FORCE_INLINE   static SDL_INLINE

Definition at line 148 of file begin_code.h.

◆ SDL_INLINE

#define SDL_INLINE   inline

Definition at line 135 of file begin_code.h.

◆ SDL_NORETURN

#define SDL_NORETURN

Definition at line 158 of file begin_code.h.

◆ SDL_UNUSED

#define SDL_UNUSED

Definition at line 49 of file begin_code.h.