Files
neulacpu/laos/include/kprintf.h
2023-05-21 00:48:04 +08:00

8 lines
100 B
C

#ifndef KPRINTF_H__
#define KPRINTF_H__
void kprintf(char *fmt, ...);
void panic(char *s);
#endif