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_encode.c
blob: 5f011e52dec6a12e25309ea1f88a6ef469170b5d (
plain
)
1
2
3
4
5
6
7
#include "utils.h" int main() { b64_encode("foo", 3, NULL, 2); return 0; }