Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_stdinc.h395 #define SDL_COMPILE_TIME_ASSERT(name, x) static_assert(x, #x) macro
398 #define SDL_COMPILE_TIME_ASSERT(name, x) static_assert(x, #x) macro
400 #define SDL_COMPILE_TIME_ASSERT(name, x) _Static_assert(x, #x) macro
406 #define SDL_COMPILE_TIME_ASSERT(name, x) \ macro

Completed in 6 milliseconds