Fix portable implementations with GNU compiler
The GNU compiler is being strict about POSIX compliance. Explicitly port those things outside of POSIX (like snprintf).
Showing
Please register or sign in to comment
The GNU compiler is being strict about POSIX compliance. Explicitly port those things outside of POSIX (like snprintf).