refactor(io): change functions names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user