renamings
This commit is contained in:
2
c_os/user/MyLib.cc → c_os/user/lib/MyLib.cc
Normal file → Executable file
2
c_os/user/MyLib.cc → c_os/user/lib/MyLib.cc
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#include "user/MyLib.h"
|
||||
#include "user/lib/MyLib.h"
|
||||
|
||||
void mmem::memset(char* destination, char value, unsigned int bytes) {
|
||||
for (unsigned int byte = 0; byte < bytes; ++byte) {
|
||||
0
c_os/user/MyLib.h → c_os/user/lib/MyLib.h
Normal file → Executable file
0
c_os/user/MyLib.h → c_os/user/lib/MyLib.h
Normal file → Executable file
Reference in New Issue
Block a user