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