[VODZ] hickup with strtoll() and vasprintf()

Rob Landley rob at landley.net
Wed May 10 09:57:13 PDT 2006


On Wednesday 10 May 2006 9:55 am, walter harms wrote:
> The only way to make bb work will be providing your own copy of
> (v)asprintf and strtoll.

It's easy enough to fake asprintf with snprintf/malloc/snprintf.  As for 
strtoll(), why on earth does the dependency checker need to use long longs at 
all?

Rob
-- 
Never bet against the cheap plastic solution.


More information about the busybox mailing list