opnsense-src/test/SemaCXX/Inputs/malloc.h
2010-02-16 09:31:36 +00:00

3 lines
98 B
C

extern "C" {
extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
}