FEMM/compat/malloc.h

4 lines
67 B
C

// forwards malloc.h to stdlib.h.
#pragma once
#include <stdlib.h>