Author: Bartc
Date: Jun 13, 2008 09:40
...time) number of arguments to a function? Write a wrapper that uses the ... standard c library's own sprintf function, _somehow_ passing that array off as ...I had a similar requirement. My quick-fix solution was just to allow ...supplied arguments that are not used in the format string. The library function for this (in the language in question) looks like: FUNCTION SSPRINTF(a,b,c,d,e...
|