#ifndef RLIBC_STDLIB_H #define RLIBC_STDLIB_H #include void* malloc(size_t size); #endif