index
:
libubox
lede-17.01
master
C utility functions for OpenWrt
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test-b64_decode.c
blob: 4798fa8da38055816c0b59fadb09e2d587c29ff9 (
plain
)
1
2
3
4
5
6
7
#include "utils.h" int main() { b64_decode("Zg==", NULL, 2); return 0; }