X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Ffree.c;h=04217e68e86eb0821331450292853bda3885d9cc;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=4370487750ad2dbddbc71860833926f1a34de3c7;hpb=33b5badc82d8ea5736827728408d5bde15d55f07;p=pdclib diff --git a/functions/stdlib/free.c b/functions/stdlib/free.c index 4370487..04217e6 100644 --- a/functions/stdlib/free.c +++ b/functions/stdlib/free.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void free( void * ) This file is part of the Public Domain C Library (PDCLib). @@ -10,10 +8,7 @@ #ifndef REGTEST -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif /* TODO: Primitive placeholder. Much room for improvement. */