SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_atomic_t Struct Reference

SDL_atomic_t Struct Reference

A type representing an atomic integer value. More...

#include <SDL_atomic.h>


Detailed Description

A type representing an atomic integer value.

It is a struct so people don't accidentally use numeric operations on it.

Definition at line 181 of file SDL_atomic.h.