SDL_FUNCTION - Man Page
A macro that reports the current function being compiled.
Header File
Defined in SDL3/SDL_assert.h
Synopsis
#include "SDL3/SDL.h" #define SDL_FUNCTION __FUNCTION__
Description
If SDL can't figure how the compiler reports this, it will use "???".
Availability
This macro is available since SDL 3.2.0.
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS