1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:14:58 +00:00
serenity/Kernel/kstdio.h
2019-01-13 04:31:16 +01:00

7 lines
85 B
C

#pragma once
#include "kprintf.h"
#ifndef USERLAND
#define printf dbgprintf
#endif