6 lines
69 B
C
6 lines
69 B
C
![]() |
#ifndef STRING_H
|
||
|
#define STRING_H
|
||
|
|
||
|
void itoa(int i, char *a);
|
||
|
|
||
|
#endif
|