1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Kernel/kprintf.h

7 lines
123 B
C

#pragma once
#include <AK/Compiler.h>
int kprintf(const char *fmt, ...);
int ksprintf(char* buf, const char *fmt, ...);