mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 17, video scroll
This commit is contained in:
2
17-video-scroll/kernel/util.h
Normal file
2
17-video-scroll/kernel/util.h
Normal file
@@ -0,0 +1,2 @@
|
||||
void memory_copy(char *source, char *dest, int nbytes);
|
||||
void int_to_ascii(int n, char str[]);
|
||||
Reference in New Issue
Block a user