mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-05-31 22:44:39 +00:00
3 lines
94 B
C
3 lines
94 B
C
void memory_copy(char *source, char *dest, int nbytes);
|
|
void int_to_ascii(int n, char str[]);
|