delorie.com/djgpp/doc/libc/libc_101.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <libc/fd_props.h> int __clear_fd_properties(int fd); |
This internal function is called when the file descriptor fd is
no longer valid. The usage count of the associated fd_properties
struct
is decremented. And if it becomes zero, this function performs cleanup
and releases the memory used by the fd_properties
struct.
For more information, see __set_fd_properties
(see section __set_fd_properties) and __dup_fd_properties
(see section __dup_fd_properties).
Always returns 0 for success.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |