/* ISC license. */ #ifndef ALLOC_INTERNAL_H #define ALLOC_INTERNAL_H #include #include #ifdef SKALIBS_HASMALLOC0 #include #define alloc_0 (aligned_char_ref)malloc(0) #else extern aligned_char_ref alloc_0 ; #endif #endif