<br><br><div class="gmail_quote">2012/2/7 Rob Landley <span dir="ltr"><<a href="mailto:rob@landley.net" target="_blank">rob@landley.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

memset(blah, 0, sizeof(blah)) is the common case, and not having to say<br>
0 is 4 bytes smaller.  Once there are about 3 uses of it, I'd wind up<br>
putting a wrapper in lib/lib.c anyway.  Obsoleting that was silly on the<br>
part of the standards guys.<br>
<br>
rindex() is just habit, strrchr() is a gratuitous rename, I don't care<br>
either way and can fix that up if it's throwing warnings for you...<br clear="all"></blockquote><div>It's not a problem for me, I can fix it myself. The reason of questions that I'm writing libc myself and tried to build toybox with it(like it built in toybox) and got this warnings(not only :) ). So I asked about standards of toybox. When writing my toy-libc I use "<font>The Open Group Base Specifications Issue 7" so this functions is legacy for me. </font><span lang="en"><span>The question</span> <span>what standards</span> and codestyle <span>you are guided</span><span>.</span></span><br>
<br>PS I need to read more about bionic internals after your previos letter. And maybe about toybox too. :)<br>
 </div></div><br>-- <br>Dmitriy<br>