1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 01:31:00 +00:00
serenity/Kernel/kprintf.h

5 lines
97 B
C

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