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