-
|
Sorry if this question got already asked, but why raylib is written in c99 instead of c89. I know this make little difference but I was curious |
Beta Was this translation helpful? Give feedback.
Answered by
raysan5
May 23, 2026
Replies: 1 comment
-
|
@Emil2010 because C99 has some nice features tha C89 don't, like defining the counter variable in for() loops or compound literals extension |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Emil2010
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Emil2010 because C99 has some nice features tha C89 don't, like defining the counter variable in for() loops or compound literals extension