X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdlib%2Fcalloc.c;h=a2dc21ffdccfdf31336d911607cdea0411f31316;hb=d9dcf16664c81809258992e1653ecb68c8079974;hp=fc1c80e767241ea033f2377d548aae42e0da4b37;hpb=326f9b37c5bbc8b8da0aa62c3ea04833eea4963c;p=pdclib.old diff --git a/functions/stdlib/calloc.c b/functions/stdlib/calloc.c index fc1c80e..a2dc21f 100644 --- a/functions/stdlib/calloc.c +++ b/functions/stdlib/calloc.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* void * calloc( size_t, size_t ) This file is part of the Public Domain C Library (PDCLib).