mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
3 lines
98 B
C
3 lines
98 B
C
extern "C" {
|
|
extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
|
|
}
|