mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-05 20:46:08 +01:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef _ITOA_
|
|
#define _ITOA_
|
|
|
|
extern void itoa( int n, char s[] ) ;
|
|
|
|
#endif // _ITOA_
|