Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sf_mime(3)		    Library Functions Manual		    sf_mime(3)

NAME
       base64_encode, base64_decode, quoted_printable_decode, mime_word_decode
       -- MIME recoding	functions

SYNOPSIS
       #include	<strfunc.h>

       char *
       base64_encode(const void	*data, size_t *size);

       void *
       base64_decode(const char	*string, size_t	*size);

       char *
       quoted_printable_decode(const char *string, size_t *size);

       char *
       mime_word_decode(const char *string, size_t *size);

DESCRIPTION
       Those  functions	 used to recode	data to/from various standarts of MIME
       data transfer encodings.	Their names are	enough self-descriptive.

SEE ALSO
       strfunc(3), sf_cgi(3), sf_time(3).

AUTHORS
       Lev Walkin <vlm@lionet.info>

FreeBSD	Ports 14.quarterly	October	1, 2000			    sf_mime(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=base64_encode&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help