aboutsummaryrefslogtreecommitdiff
path: root/include/malloc.h
blob: d4407d23964ed9435b74fa37573c7d5d01a79af4 (plain) (blame)
1
2
3
4
5
#if __GNUC__
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
#endif

#include <stdlib.h>