Home
last modified time | relevance | path

Searched defs:fmtargnumber (Results 1 – 1 of 1) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_stdinc.h351 #define SDL_PRINTF_VARARG_FUNC( fmtargnumber ) argument
352 #define SDL_PRINTF_VARARG_FUNCV( fmtargnumber ) argument
353 #define SDL_SCANF_VARARG_FUNC( fmtargnumber ) argument
354 #define SDL_SCANF_VARARG_FUNCV( fmtargnumber ) argument
380 #define SDL_PRINTF_VARARG_FUNCV( fmtargnumber ) __attribute__(( format( __printf__, fmtargnumber, 0… argument
381 #define SDL_SCANF_VARARG_FUNC( fmtargnumber ) __attribute__ (( format( __scanf__, fmtargnumber, fmt… argument
382 #define SDL_SCANF_VARARG_FUNCV( fmtargnumber ) __attribute__(( format( __scanf__, fmtargnumber, 0 )… argument
384 #define SDL_PRINTF_VARARG_FUNC( fmtargnumber ) argument
385 #define SDL_PRINTF_VARARG_FUNCV( fmtargnumber ) argument
386 #define SDL_SCANF_VARARG_FUNC( fmtargnumber ) argument
[all …]

Completed in 6 milliseconds