X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fcalloc.c;h=d736065911e96aa1bced8dada0191092953737d3;hb=c5c4350d2beb1ebe93f3f6d45643a64eed2a7c7a;hp=fc1c80e767241ea033f2377d548aae42e0da4b37;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/functions/stdlib/calloc.c b/functions/stdlib/calloc.c index fc1c80e..d736065 100644 --- a/functions/stdlib/calloc.c +++ b/functions/stdlib/calloc.c @@ -1,7 +1,3 @@ -/* $Id$ */ - -/* Release $Name$ */ - /* void * calloc( size_t, size_t ) This file is part of the Public Domain C Library (PDCLib). @@ -28,7 +24,8 @@ void * calloc( size_t nmemb, size_t size ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {