aboutsummaryrefslogtreecommitdiff
path: root/libbb/xatonum_template.c
AgeCommit message (Collapse)Author
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko
xstrtou: disallow leading '+'
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
2006-11-25regularize str -> num convertorsDenis Vlasenko