Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/alpha/alpha
> > > 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
Home |
Main Index |
Thread Index |
Old Index