26 #if ! defined (octave_oct_base64_h)
27 #define octave_oct_base64_h 1
29 #include "octave-config.h"
39 base64_encode (
const char *inc,
const std::size_t inlen,
char **out);
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
OCTAVE_API intNDArray< octave_uint8 > base64_decode_bytes(const std::string &str)
OCTAVE_API Array< double > base64_decode(const std::string &str)
OCTAVE_API bool base64_encode(const char *inc, const std::size_t inlen, char **out)