Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joedf/base64.c

Base64 Library in C
https://github.com/joedf/base64.c

base64 c fast simple

Last synced: about 4 hours ago
JSON representation

Base64 Library in C

Awesome Lists containing this project

README

        

base64.c
========

Base64 Library in C

by Joe DF ([email protected])
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.