aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include/malloc.h
blob: 75c3711d2776223dd5dea45edef1e07ba4515c5c (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _MALLOC_H
#define _MALLOC_H

#warning "<malloc.h> is deprecated, include <stdlib.h> instead"

#include <stdlib.h>

#endif // _MALLOC_H