Initial commit of the uudecode tool and man page

Currently it operates only on regular files and does not
support Base64.
This commit is contained in:
dsp
2014-02-02 19:08:22 +00:00
committed by sin
parent d69ca7c9c3
commit 7008d751b2
3 changed files with 265 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ SRC = \
tr.c \
true.c \
tty.c \
uudecode.c \
uuencode.c \
uname.c \
uniq.c \