Re: Sprintf .....





Savio wrote On 09/30/05 13:29,:
> Hi guys ,,
>
> Can anyone out there tell me what is sprintf "

Like printf(), except that its "output" goes into a
character array that you provide instead of being sent
to stdout. The array must be large enough to hold all
the characters plus a terminating '\0'.

--
Eric.Sosman@xxxxxxx

.