ladybird/Kernel/kprintf.h

5 lines
97 B
C

#pragma once
int kprintf(const char *fmt, ...);
int ksprintf(char* buf, const char *fmt, ...);