swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: da01c8d910fc902aa0f19695def54ca960113a0d authored by cvs2svn on 17 March 1997, 04:05:04 UTC
This commit was manufactured by cvs2svn to create tag
Tip revision: da01c8d
malloc.h
#if __GNUC__
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
#endif

#include <stdlib.h>
back to top