next up previous contents [pdf] index

Next: Input parameters Up: sf_getfilename Previous: Call

Definition

static bool getfilename (FILE* fp, char *filename)
/* Finds filename of an open file from the file descriptor.

Unix-specific and probably non-portable. */
{
   ...
}




2011-07-02