diff options
Diffstat (limited to 'include/close.h')
-rw-r--r-- | include/close.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/close.h b/include/close.h new file mode 100644 index 0000000..fc5b7bb --- /dev/null +++ b/include/close.h @@ -0,0 +1,12 @@ +#ifndef CLOSE_H +#define CLOSE_H + +/* + * Revision 20160713, Kai Peter + * + * (POSIX: 'close' is defined in <unistd.h>) +*/ + +extern int close(int __fd); + +#endif |