X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2F_PDCLIB_Exit.c;h=f5028e7058ef7019f9aeeb096291f009e7b946a4;hp=2bfc8c90623057182779167bb03df4b3ec92abb3;hb=c42d6c99b024d1a93994d734d9739a3db44c9d67;hpb=1cc4363093c919f79eafac209bb5c41548d3f88f diff --git a/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c index 2bfc8c9..f5028e7 100644 --- a/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* _PDCLIB_exit( int ) +/* _PDCLIB_Exit( int ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -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 ) {