libbb: split decode_base64 off read_base64
authorLeonid Lisovskiy <lly.dev@gmail.com>
Fri, 28 Oct 2011 11:59:04 +0000 (13:59 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Oct 2011 11:59:55 +0000 (13:59 +0200)
commit328f27fe447761f355104e7f524dc1115f16ca44
tree1a8280c4cbc4458b89dda72c4d0c8f7402661355
parentec447c7f01acb0e3abd9daa52a1b616be3f39484
libbb: split decode_base64 off read_base64

function                                             old     new   delta
decode_base64                                          -     182    +182
read_base64                                          378     255    -123
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 182/-123)           Total: 59 bytes

Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/uuencode.c
testsuite/uuencode.tests