delorie.com/djgpp/doc/libc/libc_100.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <libc/fd_props.h> void __clear_fd_flags(int fd, unsigned long flags); |
This internal function clears the combination of flags flags from the flags associated with the file descriptor fd. The flags are some properties that may be associated with a file descriptor (see section __set_fd_properties).
The caller should first check that fd has properties associated
with it, by calling __has_fd_properties
(see section __has_fd_properties).
None.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |