RTEMS 6.1-rc1
|
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... | |
This source file contains the implementation of _IO_Base64() and _IO_Base64url().