comparison dyncall/dyncall.3 @ 250:7cb8a0aaf638

- note about c99 (+ anon struct/union) requirements in doc
author Tassilo Philipp
date Sun, 14 May 2017 00:19:15 +0200
parents dfde5035d410
children 32736025371f
comparison
equal deleted inserted replaced
249:91db39538e78 250:7cb8a0aaf638
185 dcReset(vm); 185 dcReset(vm);
186 dcArgDouble(vm, 4.2373); 186 dcArgDouble(vm, 4.2373);
187 r = dcCallDouble(vm, (DCpointer)&sqrt); 187 r = dcCallDouble(vm, (DCpointer)&sqrt);
188 dcFree(vm); 188 dcFree(vm);
189 .Ed 189 .Ed
190 .Sh CONFORMING TO
191 The dyncall library needs at least a c99 compiler with additional support for
192 anonymous structs/unions (which were introduced officially in c11). Given that
193 those are generally supported by pretty much all major c99 conforming compilers
194 (as default extension), it should build fine with a c99 toolchain. Strictly
195 speaking, dyncall conforms to c11, though.
196 .Ed
190 .Sh SEE ALSO 197 .Sh SEE ALSO
191 .Xr dyncallback 3 , 198 .Xr dyncallback 3 ,
192 .Xr dynload 3 199 .Xr dynload 3
193 and the 200 and the
194 .Nm 201 .Nm