X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fabort.c;h=69422f919db6602182738e76d54b4f90deef6b34;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=c5adfbd744ee0f21e5f24e2ac60cbc032fab65fb;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/functions/stdlib/abort.c b/functions/stdlib/abort.c index c5adfbd..69422f9 100644 --- a/functions/stdlib/abort.c +++ b/functions/stdlib/abort.c @@ -1,7 +1,3 @@ -/* $Id$ */ - -/* Release $Name$ */ - /* abort( void ) This file is part of the Public Domain C Library (PDCLib). @@ -22,7 +18,8 @@ void abort( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" #include