X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdlib%2Fcalloc.c;h=d736065911e96aa1bced8dada0191092953737d3;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=abb63b08fa3ff02b47b0d744a372be656b6b5164;hpb=2040228f27d623585d339dec175c4e779ca9edb5;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 )