summaryrefslogtreecommitdiff
path: root/include/close.h
blob: fc5b7bb89e1d5c3c75ebd51ffe9ac7765e2cd8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CLOSE_H
#define CLOSE_H

/*
 *  Revision 20160713, Kai Peter
 *
 *  (POSIX: 'close' is defined in <unistd.h>)
*/

extern int close(int __fd);

#endif