mirror of
https://github.com/RGBCube/serenity
synced 2025-10-15 07:32:25 +00:00
5 lines
97 B
C
5 lines
97 B
C
#pragma once
|
|
|
|
int kprintf(const char *fmt, ...);
|
|
int ksprintf(char* buf, const char *fmt, ...);
|
|
|