X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_Exit.c;h=6af5459c1a0782b4fa1c41c876d6377b571c5bca;hp=0c41d810e7ebf4d8a0543a145c5d89a7d773615e;hb=c42d6c99b024d1a93994d734d9739a3db44c9d67;hpb=be738e08ec9ba2498d81153bee1de9b8af7e764c diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c index 0c41d81..6af5459 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_Exit.c @@ -1,13 +1,9 @@ -/* _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. */ -/* This is an example implementation of _PDCLIB_exit() fit for use with POSIX - kernels. -*/ - #include #ifndef REGTEST