mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
9d3d893322
commit
d46b8bc54e
1 changed files with 3 additions and 2 deletions
|
@ -470,8 +470,9 @@ typedef int (SDLCALL *SDL_main_func)(int argc, char *argv[]);
|
||||||
*
|
*
|
||||||
* \param argc an ANSI-C style main function's argc.
|
* \param argc an ANSI-C style main function's argc.
|
||||||
* \param argv an ANSI-C style main function's argv.
|
* \param argv an ANSI-C style main function's argv.
|
||||||
* \returns Generally 0 is considered successful program completion, small
|
* \returns an ANSI-C main return code; generally 0 is considered successful
|
||||||
* non-zero values are considered errors.
|
* program completion, and small non-zero values are considered
|
||||||
|
* errors.
|
||||||
*
|
*
|
||||||
* \threadsafety This is the program entry point.
|
* \threadsafety This is the program entry point.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue