Go to file
Fulton Browne 2e82773e3f plan9 2021-05-15 00:33:11 +00:00
.gitignore update to b64f tool, added textmode, needs fixing types to work... 2019-03-07 17:01:24 -05:00
BuildRun.bat added testcode to test issue #5 2019-12-09 11:38:26 -05:00
LICENSE Create LICENSE 2016-10-18 00:38:45 -04:00
README.md Usage examples and info 2018-07-12 10:09:50 -04:00
b64f.c plan9 2021-05-15 00:33:11 +00:00
base64.c plan9 2021-05-15 00:33:11 +00:00
base64.h plan9 2021-05-15 00:33:11 +00:00
buildrun.sh added testcode to test issue #5 2019-12-09 11:38:26 -05:00
picture.png Usage examples and info 2018-07-12 10:09:50 -04:00
test.c Update test.c 2019-12-17 16:03:51 -05:00

README.md

base64.c

Base64 Library in C

by Joe DF (joedf@ahkscript.org)
Released under the MIT License

Thank you for inspiration:
http://www.codeproject.com/Tips/813146/Fast-base-functions-for-encode-decode

Usage

Simply include base64.c and base64.h in your project and see base64.h for instructions.