5 ms·
snprintf isn't a standard function. There's certain platforms that don't have it. I know, it happened to me on z/Linux.
by CountHackulus 12y ago
snprintf isn't a standard function. There's certain platforms that don't have it. I know, it happened to me on z/Linux.
- vonmoltke 12y agosnprintf is a standard function, but only as of C99.