malloc.h revision e13ad837709cd7730e18d8af1cf6b7d35a56d6b7
1extern "C" {
2extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
3}
4