How to decode base64 in C? [duplicate]
Possible Duplicate:
How do I base64 encode开发者_如何学Go (decode) in C?
Hello All,
Is there any way i can only decode the base64 string in C ?
Thanks, Neel
I'm normally not one to say "just google it" when discussion brings out different things than searching, but googling for base64 c returns a bunch of implementations in the first page of results, such as http://base64.sourceforge.net/b64.c
精彩评论