Mercurial > pub > dyncall > bindings
diff shell/shdc/examples.txt @ 0:0cfcc391201f
initial from svn dyncall-1745
author | Daniel Adler |
---|---|
date | Thu, 19 Mar 2015 22:26:28 +0100 |
parents | |
children | 1d50532dce12 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shell/shdc/examples.txt Thu Mar 19 22:26:28 2015 +0100 @@ -0,0 +1,12 @@ +Call: +----- +$ ./shdc -c /usr/lib/libm.so sqrt "d)d" 3 +1.73205 +$ ./shdc -c /usr/lib/libm.so powf "ff)f" 3 2.5 +15.5885 +$ ./shdc -c /usr/lib/libc.so printf "_eZZi)v" "Hi! Say hi to %s, l%ier!" "Daniel" 8 +Hi! Say hi to Daniel, l8er! + +List: +----- +$ ./shdc -l /usr/lib/libm.so