X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fgandr%2Ffunctions%2F_PDCLIB%2F_PDCLIB_Exit.c;h=87b5fc91997681d5e6601e547df894fd449f6881;hp=b0178c21414c22fc36f1bde8d0a8338e04c3b461;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=aacebf0b0209d7719b3cf34a022555fbcea924f3 diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c index b0178c2..87b5fc9 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_exit( int ) This file is part of the Public Domain C Library (PDCLib). @@ -12,7 +10,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include void _PDCLIB_Exit( int status ) @@ -23,7 +21,7 @@ void _PDCLIB_Exit( int status ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {