3 lines
94 B
C
Executable File
3 lines
94 B
C
Executable File
void memory_copy(char *source, char *dest, int nbytes);
|
|
void int_to_ascii(int n, char str[]);
|