acadia/lib/libc/include/stdlib.h

6 lines
62 B
C
Raw Normal View History

#pragma once
#include "stddef.h"
void* malloc(size_t size);