Displaying 1 result from an estimated 1 matches for "curiusly".
Did you mean:
curiously
2007 Aug 16
1
stdio
Hi,
I have experimentally done a branch of klibc with buffered stdio
support. It seems to add about 1.5K of code (for x86-64), which isn't
so bad, except that it means that *every* program now pulls in stdio,
which in turn depends on malloc() and some other pieces of code.
I have not yet implemented fscanf(), however, which may cause additional
bloat.
As of this point, I'm a bit