1 2 3 4 5 6 7 8 9
#include <SDL3_ttf/SDL_ttf.h> int main() { TTF_Init(); TTF_Version(); TTF_Quit(); return 0; }