SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_stdinc.h File Reference

SDL_stdinc.h File Reference

This is a general header that includes C language support. More...

Go to the source code of this file.

Functions

DECLSPEC char *SDLCALL SDL_iconv_string (const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft)
 This function converts a string between encodings in one pass, returning a string that must be freed with SDL_free() or NULL on error.

Basic data types

enum  SDL_bool
typedef int8_t Sint8
 A signed 8-bit integer type.
typedef uint8_t Uint8
 An unsigned 8-bit integer type.
typedef int16_t Sint16
 A signed 16-bit integer type.
typedef uint16_t Uint16
 An unsigned 16-bit integer type.
typedef int32_t Sint32
 A signed 32-bit integer type.
typedef uint32_t Uint32
 An unsigned 32-bit integer type.
typedef int64_t Sint64
 A signed 64-bit integer type.
typedef uint64_t Uint64
 An unsigned 64-bit integer type.

Detailed Description

This is a general header that includes C language support.

Definition in file SDL_stdinc.h.


Typedef Documentation

typedef int16_t Sint16

A signed 16-bit integer type.

Definition at line 133 of file SDL_stdinc.h.

typedef int32_t Sint32

A signed 32-bit integer type.

Definition at line 141 of file SDL_stdinc.h.

typedef int64_t Sint64

A signed 64-bit integer type.

Definition at line 150 of file SDL_stdinc.h.

typedef int8_t Sint8

A signed 8-bit integer type.

Definition at line 125 of file SDL_stdinc.h.

typedef uint16_t Uint16

An unsigned 16-bit integer type.

Definition at line 137 of file SDL_stdinc.h.

typedef uint32_t Uint32

An unsigned 32-bit integer type.

Definition at line 145 of file SDL_stdinc.h.

typedef uint64_t Uint64

An unsigned 64-bit integer type.

Definition at line 154 of file SDL_stdinc.h.

typedef uint8_t Uint8

An unsigned 8-bit integer type.

Definition at line 129 of file SDL_stdinc.h.


Function Documentation

DECLSPEC char* SDLCALL SDL_iconv_string ( const char *  tocode,
const char *  fromcode,
const char *  inbuf,
size_t  inbytesleft 
)

This function converts a string between encodings in one pass, returning a string that must be freed with SDL_free() or NULL on error.