comparison dynload/dynload.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 ab23f9f2934a
children 5cfe4322c500
comparison
equal deleted inserted replaced
249:91db39538e78 250:7cb8a0aaf638
105 will not work on Haiku when the library in question doesn't have the (default) 105 will not work on Haiku when the library in question doesn't have the (default)
106 .Fn _init 106 .Fn _init
107 and 107 and
108 .Fn _fini 108 .Fn _fini
109 symbols exported (rare, but possible). 109 symbols exported (rare, but possible).
110 .Sh CONFORMING TO
111 The dynload library conforms to c99.
112 .Ed
110 .Sh SEE ALSO 113 .Sh SEE ALSO
111 .Xr dyncall 3 , 114 .Xr dyncall 3 ,
112 .Xr dyncallback 3 115 .Xr dyncallback 3
113 and the dyncall manual (available in HTML and PDF format) for more information. 116 and the dyncall manual (available in HTML and PDF format) for more information.
114 .Sh AUTHORS 117 .Sh AUTHORS