L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
Internal functions
+ Collaboration diagram for Internal functions:

Functions

void base64_encode (const char *infile, unsigned int in_size, char **outfile)
 base-64-encode string infile
 
void base64_decode (const char *infile, unsigned int in_size, char **outfile)
 decode base-64-encoded string infile
 

Detailed Description