FreeBSD Manual Pages
sf_mime(3) BSD 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> BSD October 1, 2000 BSD
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sf_mime&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>