libubox
C utility functions for OpenWrt.
test-b64_decode.c File Reference
#include "utils.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 3 of file test-b64_decode.c.

4 {
5  b64_decode("Zg==", NULL, 2);
6  return 0;
7 }
int b64_decode(const void *_src, void *dest, size_t targsize)
Definition: base64.c:203
Here is the call graph for this function: