ladybird/AK/kstdio.h
2018-10-16 14:33:16 +02:00

9 lines
118 B
C

#pragma once
#ifdef SERENITY_KERNEL
#include <Kernel/kstdio.h>
#else
#include <cstdio>
#define kprintf printf
#endif