taviso / ctypes.sh

A foreign function interface for bash.
MIT License
2.11k stars 92 forks source link

dlcall name parameter doesnt evaluate array references #26

Open taviso opened 9 years ago

taviso commented 9 years ago

I expected this to work while writing b7d4a3faead4b493a14394f80cc525537f80be89, but it doesn't:

dlcall -g -n sockaddr_in[sin_port] -r uint16 htons uint16:8080

Maybe it should...