17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Itoa<br />

long Integer to ASCII<br />

Syntax #include <br />

Defined in<br />

Description<br />

int ltoa(n, buffer)<br />

long ni /* number to convert */<br />

char *bufferi /* buffer to put result in */<br />

1 toa. c in rts. src<br />

The Itoa function converts a long integer to the equivalent ASCII string. If<br />

the input number n is negative, a leading minus sign is output. The Itoa<br />

function returns the number of characters placed in the buffer.<br />

6-48

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!