[desktop-discuss] Re: Problem building perl / libperl 5.8.8

Damien Carbery damien.carbery at sun.com
Wed Mar 7 04:04:31 PST 2007


Use fileno():

The fileno() function returns the  integer  file  descriptor associated with the named stream; see open(2).

#include <stdio.h>
int fileno(FILE *stream);
 
 
This message posted from opensolaris.org



More information about the desktop-discuss mailing list