[][src]Module fermium::stdinc

The "standard include" which almost every other include tends to use.

Structs

SDL_bool

SDL's bool approximation.

Constants

SDL_FALSE

false value

SDL_TRUE

true value

Functions

SDL_FOURCC

Define a four character code as a u32.

SDL_GetMemoryFunctions

Get the current SDL memory functions.

SDL_GetNumAllocations

The number of outstanding allocations.

SDL_SetMemoryFunctions

Set new SDL memory functions.

SDL_calloc

Works like calloc

SDL_free

Works like free

SDL_malloc

Works like malloc

SDL_realloc

Works like realloc

Type Definitions

SDL_calloc_func

Works like calloc

SDL_free_func

Works like free

SDL_malloc_func

Works like malloc

SDL_realloc_func

Works like realloc