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

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-serv10864/include

Modified Files:
	stdlib.h 
Log Message:
Added char *itoa(int number, char *str, int radix); function to stdlib.



Index: stdlib.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/stdlib.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- stdlib.h	8 Apr 2004 20:21:26 -0000	1.9
+++ stdlib.h	2 Jul 2004 19:09:30 -0000	1.10
@@ -92,6 +92,7 @@
 
 int atoi(const char *p);
 long atol(const char *p);
+char *itoa(int num, char *str, int radix);
 
 void *malloc(size_t size);
 void free (void *p);



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
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.