#ifndef CLOSE_H #define CLOSE_H /* public domain */ extern int close(int); #endif