/* Public domain. */

#ifndef CLOSE_H
#define CLOSE_H

int close(int fd);

#endif /* CLOSE_H */


syntax highlighted by Code2HTML, v. 0.9.1