base64/README.md

13 lines
325 B
Markdown
Raw Permalink Normal View History

2014-09-22 05:06:53 +00:00
base64.c
========
2014-09-22 05:07:11 +00:00
Base64 Library in C
2014-09-22 05:07:35 +00:00
by Joe DF (joedf@ahkscript.org)
2014-09-22 05:07:11 +00:00
Released under the MIT License
2014-09-22 05:07:35 +00:00
2014-09-22 05:07:11 +00:00
Thank you for inspiration:
http://www.codeproject.com/Tips/813146/Fast-base-functions-for-encode-decode
2018-07-12 14:09:50 +00:00
## Usage
Simply include `base64.c` and `base64.h` in your project and see `base64.h` for instructions.