cfenollosa_os-tutorial/17-video-scroll/kernel/util.h

3 lines
94 B
C
Raw Normal View History

2014-10-28 09:36:53 +00:00
void memory_copy(char *source, char *dest, int nbytes);
void int_to_ascii(int n, char str[]);