Re: [OT] Help with glibc memory streams
Bernd Eckenfels wrote:
>
> On Mon, Oct 30, 2000 at 12:23:04AM +0200, Eray Ozkural (exa) wrote:
> > [1] I'd use getline if I could, but as I say just try that with
> > memory streams and see what happens. The obstacle for me is that
> > the project I work on should work on proprietary systems which
> > lack GNU libc, too. And I don't think we can make assumptions about
> > any system. :( Maybe this needs some autoconf tests!
>
> just write your own getline function, thats much faster than discussing for
> days :)
Well, I think this discussion has been quite efficient. My problem
is that I can't write my own getline function, it wouldn't be
acceptable in the code I'm dealing with. [I'm not the author of
the program, and I think my changes should not incur any overhead]
I know that I can write a workaround, but I can't. I'm stuck! :'(
Thanks all for the support,
--
Eray (exa) Ozkural
Comp. Sci. Dept., Bilkent University, Ankara
e-mail: erayo@cs.bilkent.edu.tr
www: http://www.cs.bilkent.edu.tr/~erayo
Reply to: