> > > Looking how many atoi() copies we have in tree, does it make sense to > > > add the following at the end of libkern.h > > > > Please don't use it for #ifdef _STANDALONE ones. > > libc's strtoll() is larger than dumb atoi()s. > > ...if strtoll isn't already pulled in for other reasons.
On i386, only netboot variants pull strtoul(), so I don't think we can assume strtoll() is already pulled in most standalone ones. --- Izumi Tsutsui