delorie.com/djgpp/doc/libc/libc_378.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <libc/fd_props.h> const char *__get_fd_name(int fd); |
This internal function gets the file name associated with the file descriptor fd, if any. The file name is one property that may be associated with a file descriptor (see section __set_fd_properties).
A pointer to the file name, if any; otherwise NULL
.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |