'movement' -> 'legacy' to signal things we still need to bring in

This commit is contained in:
Joey Castillo
2024-11-27 10:56:50 -05:00
parent bc08c5a05e
commit 9719567047
221 changed files with 6 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
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.