Re: [AD] (v)sprintf vs (v)sNprintf |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Vincent Penquerc'h wrote:
#ifndef HAVE_SNPRINTF size_t snprintf(char *str,size_t size,const char *format,...) { /* left as an exercise for the reader ... */ } #endif
We already have usnprintf, no? Can't we just make snprintf() set the mode to ASCII and then call usnprintf()?
-- - Robert Jr Ohannessian http://bob.allegronetwork.com/ The peer will come and reset your connection. RUN WHILE YOU STILL CAN!
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |