diff dyncallback/dyncallback.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 95f67e67feb0
children e2899b4ff713
line wrap: on
line diff
--- a/dyncallback/dyncallback.3	Sat May 13 23:02:17 2017 +0200
+++ b/dyncallback/dyncallback.3	Sun May 14 00:19:15 2017 +0200
@@ -123,6 +123,13 @@
     (123, 23.f, 3, 1.82, 9909ll);
   dcbFreeCallback(cb);
 .Ed
+.Sh CONFORMING TO
+The dyncallback library needs at least a c99 compiler with additional support
+for anonymous structs/unions (which were introduced officially in c11). Given
+that those are generally supported by pretty much all major c99 conforming
+compilers (as default extension), it should build fine with a c99 toolchain.
+Strictly speaking, dyncall conforms to c11, though.
+.Ed
 .Sh SEE ALSO
 .Xr dyncall 3 ,
 .Xr dynload 3