8 Nov
2009
8 Nov
'09
5:50 p.m.
On Sat, 7 Nov 2009 13:16:18 -0200 André Goddard Rosa andre.goddard@gmail.com wrote:
On the following sentence: while (*s && isspace(*s)) s++;
Looks fine but for one thing: it's actually shorter inline than moved into /lib so at the very least it should be a header inline not a function call.
Second minor comment. Although it never made it into the final ANSI C, the proposed name (and the one used in a lot of other non Linux code for this) is stpblk().
Alan