Hello world over serial
This commit is contained in:
12
kernel/libk/std.h
Normal file
12
kernel/libk/std.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _KERNEL_LIBK_STD_H
|
||||
#define _KERNEL_LIBK_STD_H
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdalign.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdnoreturn.h>
|
||||
|
||||
#endif // _KERNEL_LIBK_STD_H
|
||||
Reference in New Issue
Block a user