call functions from dynamic shared object files
git clone http://git/dlcall
# dlcall
call functions from dynamic shared object files
```
$ ./dlcall libsodium.so crypto_generichash [32] 32 str:hello 5 -p0
324dcf027dd4a30a932c441f365a25e86b173defa4b8e58948253471b81b72cf
$ ./dlcall libsodium.so crypto_generichash [32] 32 hex:acab1312 5 -p0
e4c08a2a458218a5d0fe7d9ab1d8fa4ada3bbd61b79fae6a5e7aabc6ac1f7abd
$ ./dlcall ./exaple/ex.o [32]:bytes 32
000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
$ ./dlcall ./example/ex.o str:uc str:hello
HELLO
```
# license
public domain