FreeGLUT library ported to PS Vita using Pigs-In-A-Blanket
This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
spanne 41e68f8f5d Use vsnprintf instead of the potentially dangerous sprintf to avoid
warnings. Using snprintf directly would be a little bit more tricky,
because once again Microsoft decided to avoid followind standards and
provide _snprintf instead. We could use this, too, but this would
require an additional autoconf check, which I'd like to avoid, if
possible.

Note: If VS *still* issues warnings, but this time about vsnprintf,
somebody should add some pragmas or whatever is needed to shut up that
warning, it would be silly.


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@783 7f0cb862-5218-0410-a997-914c9d46530a
2009-02-28 12:56:20 +00:00
freeglut Use vsnprintf instead of the potentially dangerous sprintf to avoid 2009-02-28 12:56:20 +00:00
.gitattributes Initial version of a fully OpenGL-3.0-compliant of the famous smooth.c from the 2009-02-14 20:38:53 +00:00
.gitignore Initial version of a fully OpenGL-3.0-compliant of the famous smooth.c from the 2009-02-14 20:38:53 +00:00