Files
my-kern/kernel/libc/kprintf.h
2021-02-06 16:44:35 +01:00

11 lines
164 B
C

//
// Created by rick on 06-02-21.
//
#ifndef NEW_KERNEL_KPRINTF_H
#define NEW_KERNEL_KPRINTF_H
void printf(const char *fmt, ...);
#endif //NEW_KERNEL_KPRINTF_H