Rechercher une page de manuel
sc_base64_decode
Langue: en
Version: 02/26/2009 (fedora - 05/07/09)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
sc_base64_decode - Decode a base64 streamSYNOPSIS
-
#include <opensc.h> int sc_base64_decode(const char *inbuf, unsigned char *outbuf, size_t outlen);
DESCRIPTION
This function decodes the base64 stream in inbuf, which is NULL-terminated, to the buffer pointed to by outbuf (which is outlen bytes long);
RETURN VALUE
Returns 0 if successful, or a negative value in case of error.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre