about summary refs log tree commit diff stats
path: root/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* base64: add lookup tablephoebos2021-07-061-0/+12
|
* base64: only work on one file/stdinphoebos2021-07-061-22/+24
|
* base64: allow no arguments for stdinphoebos2021-07-061-18/+26
|
* base64: initial getopt and read filesphoebos2021-07-061-0/+79