use libulz' strtoint64 for strtoll (saves 2.5KB)
commit41478193d6ee164f9d2980e70efb88cdffbf734b
authorrofl0r <retnyg@gmx.net>
Wed, 8 Jun 2016 21:09:35 +0000 (8 22:09 +0100)
committerrofl0r <retnyg@gmx.net>
Wed, 8 Jun 2016 21:09:35 +0000 (8 22:09 +0100)
tree1d3b0f9f86df436587da582d3503df151493c7af
parentdb528d035949ea26b900e3405ca374722636edfe
use libulz' strtoint64 for strtoll (saves 2.5KB)

since libulz' strtoint64 doesn't have to deal with arbitrary bases,
it's considerably smaller than musl's implementation (only of interest
for static linking).
the smallest x86_64 static linked binary is currently ~40.000 bytes.
jobflow.c