[Libclc-developers] Re: clc_ultostr doc change
Status: Planning
Brought to you by:
augestad
|
From: Jan E. <je...@li...> - 2003-04-02 11:52:24
|
>Also, here are some fixes to the documentation. > >NAME > clc_ultostr - convert an unsigned long integer to a string > >SYNOPSIS > char *clc_ultostr(char *ptr, size_t size, unsigned long num > int base); > >DESCRIPTION > The clc_ultostr() function converts the number NUM to a string, in > base BASE notation. BASE must be between 2 and 36 inclusive. SIZE > must be at least 1. To summarize it, this function does (nearly) > exactly the opposite of strtoul(). Now we have to discuss what we gain by two spaces. - Jan Engelhardt |