ref: cleaned code a bit

This commit is contained in:
karina
2026-04-27 07:02:56 +04:00
parent 5d010f7fb2
commit 7935a6132e
2 changed files with 2 additions and 12 deletions
+1 -10
View File
@@ -3,13 +3,4 @@
void* memset(void* destination, int value, Size count) {
return MemorySet(destination, value, count);
}
// A little bit of Monica in my life
// A little bit of Erica by my side
// A little bit of Rita's all I need
// A little bit of Tina's what I see
// A little bit of Sandra in the sun
// A little bit of Mary all night long
// A little bit of Jessica, here I am
// A little bit of you makes me your man
}