Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: getline not found in stdio.h



On Fri, Dec 12, 2008 at 06:19:18AM -0800, kamel derouiche wrote:
> Hi, all
> 
> Why getline is not to implementer in netbsd?

If you mean the c++ function, it looks to me like it's there:
grep getline /usr/include/*/* | head -1
/usr/include/g++/istream:      getline(char_type* __s, streamsize __n, 
char_type __delim);


Or, perhaps you are thinking of the C function fgetln?

eric


Home | Main Index | Thread Index | Old Index