mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
10 lines
174 B
C
10 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, ...);
|
|
}
|