> I am new to writing c programs in linux and I have trouble finding 
> the following functions in the header files.
> 1)itoa: to convert an integer to a string.
sprintf(buf, "%d", integer);

> 2)ltoa: to convert long integer to a string.
sprintf(buf, "%ld", integer);

> 3)strset: to set the whole string to a given character.
Not sure about this one.  I would probably write my own if I needed
it, or use strlen() and memset().

Steven Smith,
[EMAIL PROTECTED]

Attachment: msg03141/pgp00000.pgp
Description: PGP signature

Reply via email to