delorie.com/djgpp/doc/libc/libc_359.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <sys/fsext.h> void *__FSEXT_get_data(int _fd); |
This function is part of the File System Extensions. It is used
to retrieve a descriptor-specific pointer that was previously stored
by __FSEXT_set_data
(see section __FSEXT_set_data). The pointer is not
otherwise used.
See section __FSEXT_set_data, for an example of how this may be used.
Returns the stored pointer, or NULL if there was an error (or no pointer had been stored).
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |