trying to get VGA fb mode to work..
This commit is contained in:
8
rocklibc/include/stdlib.h
Normal file
8
rocklibc/include/stdlib.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef RLIBC_STDLIB_H
|
||||
#define RLIBC_STDLIB_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void* malloc(size_t size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user