X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fclose.c;h=b823a0c40523abf1f7f0eb78681ad1a6cfa3be48;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=f3475974adb3048ce3021ae2bb9f512344e72dd1;hpb=f95a96d949a941d03a18cdacf4442656c7db9233;p=pdclib diff --git a/platform/example/functions/_PDCLIB/close.c b/platform/example/functions/_PDCLIB/close.c index f347597..b823a0c 100644 --- a/platform/example/functions/_PDCLIB/close.c +++ b/platform/example/functions/_PDCLIB/close.c @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* _PDCLIB_close( _PDCLIB_fd_t fd ) +/* _PDCLIB_close( _PDCLIB_fd_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -15,10 +13,7 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> -#include -#include -#include -#include +extern int close( int fd ); int _PDCLIB_close( int fd ) {