refactor(io): change functions names

This commit is contained in:
2026-01-26 15:21:39 +01:00
parent 94636f8c09
commit 172da6cf07
2 changed files with 13 additions and 27 deletions

View File

@@ -8,7 +8,6 @@
#define va_end __builtin_va_end
#define va_arg __builtin_va_arg
void r_printf(const char *fmt, ...);
size_t r_strlen(const char *str);
void kprintf(const char *fmt, ...);
#endif