libubox
C utility functions for OpenWrt.
test-b64_encode.c
Go to the documentation of this file.
1
#include "
utils.h
"
2
3
int
main
()
4
{
5
b64_encode
(
"foo"
, 3, NULL, 2);
6
return
0;
7
}
b64_encode
int b64_encode(const void *_src, size_t srclength, void *dest, size_t targsize)
Definition:
base64.c:139
main
int main()
Definition:
test-b64_encode.c:3
utils.h
tests
test-b64_encode.c
Generated on Tue Mar 12 2024 03:37:18 for libubox by
1.9.1