X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Ffree.c;h=b1cdc75a9d6095ed663b51435448a8720e21cefa;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=86044c0f5bad66e629312b4513f791c6ab19859c;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/functions/stdlib/free.c b/functions/stdlib/free.c index 86044c0..b1cdc75 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,7 +8,7 @@ #ifndef REGTEST -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" /* TODO: Primitive placeholder. Much room for improvement. */ @@ -39,7 +37,9 @@ void free( void * ptr ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" + #include int main( void )