Make syscall names closer to libc

This commit is contained in:
Toby Jaffey 2025-12-08 16:28:00 +00:00
parent 1b868adf87
commit 6735b159ac
17 changed files with 103 additions and 79 deletions

View file

@ -3,7 +3,7 @@
uint32_t count;
bool loop(void) {
printd(count);
printdec(count);
if (count++ >= 10) {
return false;
} else {