/* * malloc.h compatibility stub for EYN-OS. * * On Linux, was historically the home of malloc() etc. These * functions now live in . This stub simply re-exports * so that source files that include (e.g., DOOM's w_wad.c) compile * without modification. */ #pragma once #ifndef _MALLOC_H #define _MALLOC_H #include #endif /* _MALLOC_H */