Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Base64 Encoding: (2 Items)
   
Base64 Encoding  
are there any built-in libraries that encode/decode to base64 for use in Momentics? 
Re: Base64 Encoding  
On Wed, Aug 24, 2011 at 04:58:13PM -0400, Javier Muhrer wrote:
> are there any built-in libraries that encode/decode to base64 for use in
> Momentics? 

# grep b64 /usr/include/resolv.h
int		b64_ntop(u_char const *, size_t, char *, size_t);
int		b64_pton(char const *, u_char *, size_t);

link against libsocket to resolve them.

Regards,

-seanb