08/25/2011 8:49 AM
post88352
|
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
|
|
|