ftp.delorie.com/djgpp/doc/libc/libc_378.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

__get_fd_name

Syntax

 
#include <libc/fd_props.h>

const char *__get_fd_name(int fd);

Description

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).

Return Value

A pointer to the file name, if any; otherwise NULL.

Portability

ANSI/ISO C No
POSIX No


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004