Add makefile and restructure
This commit is contained in:
9
src/alloc_backend.h
Normal file
9
src/alloc_backend.h
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#ifndef ALLOC_BACKEND_H
|
||||
#define ALLOC_BACKEND_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void* call_alloc_backend(size_t size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user