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

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_rwops.h110 #define RW_SEEK_CUR 1 /* Seek relative to current read point */ macro
115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)

Completed in 61 milliseconds