comparison dyncall/dyncall.3 @ 360:32736025371f

- doc updates with more info about signature string usage
author Tassilo Philipp
date Mon, 13 Apr 2020 21:35:43 +0200
parents 7cb8a0aaf638
children 78dfa2f9783a
comparison
equal deleted inserted replaced
359:e8a13c880399 360:32736025371f
164 .Ar vm 164 .Ar vm
165 object (and ignore return types specified in the 165 object (and ignore return types specified in the
166 signature), whereas the latter two issue a call to the given function pointer, 166 signature), whereas the latter two issue a call to the given function pointer,
167 afterwards. The return value will be stored in 167 afterwards. The return value will be stored in
168 .Ar result . 168 .Ar result .
169 The signature string also features calling convention mode selection.
169 For information about the signature format, refer to the 170 For information about the signature format, refer to the
170 .Nm 171 .Nm
171 manual in PDF format. 172 manual in PDF format.
172 .Sh EXAMPLE 173 .Sh EXAMPLE
173 Let's say, we want to make a call to the function: 174 Let's say, we want to make a call to the function: