Mercurial > pub > dyncall > bindings
view shell/shdc/examples.txt @ 32:2089026debae
- allowing 'None' as arg for pydc.load, effectively resulting in dlLoadLibrary(NULL), which is own process
author | Tassilo Philipp |
---|---|
date | Sat, 11 Apr 2020 18:02:33 +0200 |
parents | 0cfcc391201f |
children | 1d50532dce12 |
line wrap: on
line source
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