Tim reports that snprintf is called _snprintf on Windows.
Rather than trying to deal with the portability issues, just use sprintf() with suitability limits on the strings.
Showing
Please register or sign in to comment
Rather than trying to deal with the portability issues, just use sprintf() with suitability limits on the strings.