You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An entry in the Wiki about which C standard is used by SDL could be useful.
Something like:
### C Standard:
Building a project with SDL: C89 and newer
Building the SDL library itself: C99 and newer
And maybe a note about which C99 features are used to build SDL itself:
### C99 features used to build the SDL library itself:
// comments
variable declarations in the for loop init-clause
va_copy function from <stdarg.h> (src/SDL_log.c)
inline function specifier (in dbus-1.0 headers)
icculus
changed the title
An entry in the Wiki about which C standard is used by SDL could be useful.
Add a wiki page about which C standard is used by SDL.
May 10, 2024
Originally posted by @Sackzement in libsdl-org/SDL#9440 (comment)
The text was updated successfully, but these errors were encountered: