feature: a lot of stuff and got to a working command line ish
This commit is contained in:
15
kernel/libc/stdbool.h
Normal file
15
kernel/libc/stdbool.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by rick on 31-01-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_STDBOOL_H
|
||||
#define NEW_KERNEL_STDBOOL_H
|
||||
|
||||
#define TRUE 1
|
||||
#define true 1
|
||||
#define FALSE 0
|
||||
#define false 0
|
||||
|
||||
typedef unsigned char bool;
|
||||
|
||||
#endif //NEW_KERNEL_STDBOOL_H
|
||||
Reference in New Issue
Block a user