RTEMS 6.1-rc1
Functions
iobase64.c File Reference

This source file contains the implementation of _IO_Base64() and _IO_Base64url(). More...

#include <rtems/dev/io.h>

Functions

int _IO_Base64 (IO_Put_char put_char, void *arg, const void *src, size_t srclen, const char *wordbreak, int wordlen)
 Outputs the source buffer in base64 encoding. More...
 
int _IO_Base64url (IO_Put_char put_char, void *arg, const void *src, size_t srclen, const char *wordbreak, int wordlen)
 Outputs the source buffer in base64url encoding. More...
 

Detailed Description

This source file contains the implementation of _IO_Base64() and _IO_Base64url().