CVS: msp430-libc/include stdlib.h,1.10,1.11

Chris Takahashi <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430-libc/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23130/include

Modified Files:
	stdlib.h 
Log Message:
itoa() now displays 0 properly.  Added ltoa, utoa, and ultoa

Index: stdlib.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/stdlib.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- stdlib.h	2 Jul 2004 19:09:30 -0000	1.10
+++ stdlib.h	23 Aug 2004 20:20:53 -0000	1.11
@@ -93,6 +93,9 @@
 int atoi(const char *p);
 long atol(const char *p);
 char *itoa(int num, char *str, int radix);
+char *utoa(unsigned num, char *str, int radix);
+char *ltoa(long num, char *str, int radix);
+char *ultoa(unsigned long num, char *str, int radix);
 
 void *malloc(size_t size);
 void free (void *p);



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.