debian man page for firestring_estr_base64_decode

Query: firestring_estr_base64_decode

OS: debian

Section: 3

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

firestring_estr_base64_decode(3)			     Library Functions Manual				  firestring_estr_base64_decode(3)

NAME
firestring_estr_base64_decode - decode an estring encoded via base64 into another estring
SYNOPSIS
#include <firestring.h> -lfirestring int firestring_estr_base64_decode(struct firestring_estr_t *destination, struct firestring_estr_t *source)
DESCRIPTION
firestring_estr_base64_decode() decodes the contents of source using the base64 algorithm into destination, provided that there is room in destination. The minimum required space in destination is the length of source * 3 / 4 + 3. The buffers source and destination may be the same estring.
RETURN VALUE
0 if the string was decoded successfully; 1 if there was insufficient space in destination for the decoding to occur.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3) 2002-09-21 firestring_estr_base64_decode(3)
Related Man Pages
xtparseacceleratortable(3xt) - redhat
libfirestring(3) - debian
xtinstallaccelerators(3xt) - ultrix
xtinstallallaccelerators(3xt) - ultrix
xtparseacceleratortable(3xt) - osf1
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph