X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fcalloc.c;h=abb63b08fa3ff02b47b0d744a372be656b6b5164;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=fc1c80e767241ea033f2377d548aae42e0da4b37;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/functions/stdlib/calloc.c b/functions/stdlib/calloc.c index fc1c80e..abb63b0 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,7 @@ void * calloc( size_t nmemb, size_t size ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {