On 2005/01/28, Peter Bengtsson wrote:
Unless you need the full printf-style formatting with all bells and whistles, it should be relatively easy to reimplement snprintf but there is also the possibility of using exec.library/RawDoFmt() to do printf style formatting.
I dident se any printf() but I did find sprintf()
As for strerror(), you can always use a static array of char * for an initial non-localised version until a better alternative comes up if this is what is bugging you. It might well be that this is how clib2 implements strerror (I have not checked). Otherwise I don't think I can add very much on the localisation issuse since I have not examined the locale API to speak of.
strerror() is not that big of a problem (easy to rip) it was only used an example
Regards Rene W. Olsen