1
0
mirror of https://github.com/cfenollosa/os-tutorial.git synced 2024-10-27 20:34:19 +00:00
cfenollosa_os-tutorial/17-video-scroll/kernel/util.h
2014-10-28 10:36:53 +01:00

3 lines
94 B
C

void memory_copy(char *source, char *dest, int nbytes);
void int_to_ascii(int n, char str[]);