mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
9 lines
174 B
C
9 lines
174 B
C
#pragma once
|
|
|
|
#include <AK/Compiler.h>
|
|
|
|
extern "C" {
|
|
int dbgprintf(const char *fmt, ...);
|
|
int kprintf(const char *fmt, ...);
|
|
int ksprintf(char* buf, const char *fmt, ...);
|
|
}
|