Searched defs:SDL_min (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h240 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y)) macro

Completed in 146 milliseconds