| #include <fcntl.h> | |
| int fcntl(int fd, int cmd, ... /* int arg */ ); | |
| /* Returns: depends on cmd if OK (see following), −1 on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| #include <fcntl.h> | |
| int fcntl(int fd, int cmd, ... /* int arg */ ); | |
| /* Returns: depends on cmd if OK (see following), −1 on error */ |