Revision 06644ccdeb2e5bf8dc6061a204a9b6516fad26b0 authored by Jordan K. Hubbard on 09 June 1995, 14:33:36 UTC, committed by Jordan K. Hubbard on 09 June 1995, 14:33:36 UTC
1 parent 5809dd2
Raw File
malloc.h
#if __GNUC__
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
#endif

#include <stdlib.h>
back to top