fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
close.h
Go to the documentation of this file.
1#ifndef CLOSE_H
2#define CLOSE_H
3
4/*
5 * Revision 20160713, Kai Peter
6 *
7 * (POSIX: 'close' is defined in <unistd.h>)
8*/
9
10extern int close(int __fd);
11
12#endif
int close(int __fd)