Files
bsdports/media/libalsa/files/malloc.h
2019-12-26 07:26:06 +00:00

5 lines
79 B
C

#ifndef _MALLOC_H
#define _MALLOC_H
#include <stdlib.h>
#endif /* _MALLOC_H */