mirror of
https://github.com/drasko/codezero.git
synced 2026-08-12 17:30:08 +02:00
Intermediate stage in reincorporating old libc into userspace tasks.
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#endif
|
||||
#ifndef size_t
|
||||
#define size_t int
|
||||
#endif
|
||||
|
||||
void *kmalloc(size_t size);
|
||||
void kfree(void *blk);
|
||||
|
||||
Reference in New Issue
Block a user