1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-05 20:46:08 +01:00
Arduino/hardware/sam/cores/sam/itoa.h

7 lines
87 B
C

#ifndef _ITOA_
#define _ITOA_
extern void itoa( int n, char s[] ) ;
#endif // _ITOA_