SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_main_func

The prototype for the application's main() function

Header File

Defined in <SDL3/SDL_main.h>

Syntax

typedef int (SDLCALL *SDL_main_func)(int argc, char *argv[]);

Function Parameters

argc an ANSI-C style main function's argc.
argv an ANSI-C style main function's argv.

Return Value

Returns an ANSI-C main return code; generally 0 is considered successful program completion, and small non-zero values are considered errors.

Version

This datatype is available since SDL 3.1.3.


CategoryAPI, CategoryAPIDatatype, CategoryMain


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.