#ifndef CLOSE_H #define CLOSE_H /* * Revision 20160713, Kai Peter * * (POSIX: 'close' is defined in <unistd.h>) */ extern int close(int __fd); #endif