annotate shell/shdc/examples.txt @ 28:edbbd467f50a
python binding:
- update to dyncall 1.1
- Python 3 support (supports both, Python 2 and 3)
- using the Capsule API over PyCObject, when available
- support for python unicode strings (for both, Python 2 and 3)
- doc cleanup
ruby binding:
- doc cleanup
author |
Tassilo Philipp |
date |
Tue, 07 Apr 2020 21:16:37 +0200 |
parents |
0cfcc391201f |
children |
1d50532dce12 |
rev |
line source |
0
|
1 Call:
|
|
2 -----
|
|
3 $ ./shdc -c /usr/lib/libm.so sqrt "d)d" 3
|
|
4 1.73205
|
|
5 $ ./shdc -c /usr/lib/libm.so powf "ff)f" 3 2.5
|
|
6 15.5885
|
|
7 $ ./shdc -c /usr/lib/libc.so printf "_eZZi)v" "Hi! Say hi to %s, l%ier!" "Daniel" 8
|
|
8 Hi! Say hi to Daniel, l8er!
|
|
9
|
|
10 List:
|
|
11 -----
|
|
12 $ ./shdc -l /usr/lib/libm.so
|