This website works better with JavaScript
Home
Explore
Help
Register
Sign In
jeremy
/
os-tutorial
mirror of
https://github.com/cfenollosa/os-tutorial
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
424aae9c10
Branches
Tags
master
os-tutorial
/
17-video-scroll
/
kernel
/
util.h
util.h
94 B
History
Raw
1
2
void memory_copy(char *source, char *dest, int nbytes);
void int_to_ascii(int n, char str[]);