feat: some extensions to kernel standard c library. Other minor
improvements and formats
This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
// stack smashing protector
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if __STDC_HOSTED__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
|
||||
#include <myke/libk/libk.h>
|
||||
|
||||
#endif
|
||||
|
||||
#if UINT32_MAX == UINTPTR_MAX
|
||||
|
||||
Reference in New Issue
Block a user