This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
OS_Project/Part1/A4/04_scroll/kernel/util.h

3 lines
94 B
C
Raw Normal View History

2023-09-11 18:28:11 +00:00
void memory_copy(char *source, char *dest, int nbytes);
void int_to_ascii(int n, char str[]);