9 lines
No EOL
100 B
C
9 lines
No EOL
100 B
C
#ifndef STRING_H
|
|
#define STRING_H
|
|
|
|
/**
|
|
* Convert int to char
|
|
*/
|
|
void itoa(int i, char *a);
|
|
|
|
#endif |