X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fcalloc.c;h=d736065911e96aa1bced8dada0191092953737d3;hb=15cd62244797b9aeb3279484f8e760778c52bc4e;hp=abb63b08fa3ff02b47b0d744a372be656b6b5164;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/functions/stdlib/calloc.c b/functions/stdlib/calloc.c index abb63b0..d736065 100644 --- a/functions/stdlib/calloc.c +++ b/functions/stdlib/calloc.c @@ -24,6 +24,7 @@ void * calloc( size_t nmemb, size_t size ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )