WHY2/include/memory.h

6 lines
91 B
C
Raw Normal View History

#ifndef WHY2_MEMORY_H
#define WHY2_MEMORY_H
2023-01-29 20:25:32 +01:00
void *why2_malloc(unsigned long size);
#endif