Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
itoas.h
00001 #ifndef __ITOAS_H__ 00002 #define __ITOAS_H__ 00003 00004 #include "cstdlib" 00005 00006 char* utoa( unsigned long value, char *string, int radix ); 00007 char* itoa( int value, char *string, int radix ); 00008 char* ultoa( unsigned long value, char *string, int radix ); 00009 char* ltoa( long value, char *string, int radix ); 00010 00011 #endif /* #ifndef __ITOAS_H__ */
Generated on Tue Jul 12 2022 18:59:49 by
1.7.2