jwerle / b64.c

Base64 encode/decode
MIT License
270 stars 102 forks source link

Added cplusplus extern C scope #5

Closed arron-h closed 9 years ago

arron-h commented 9 years ago

I've added an #ifdef for __cplusplus which sets the linkage to C-style, so this library can be used in C++.

jwerle commented 9 years ago

Thanks