mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
9d7ad2a67f
The linker does not create symbols for static functions so Rust FFI can't find them. All static inline function have been changed to 'inline' functions with an 'extern inline' declaration in the corresponding .c files. Other than Rust FFI seeing the functions this has other advantages. See [1] for a nice explanation. [1] https://gustedt.wordpress.com/2010/11/29/myth-and-reality-about-inline-in-c99/ |
||
---|---|---|
.. | ||
Makefile | ||
match.h | ||
method.h | ||
packet.h | ||
parse.h | ||
render.h | ||
text.h | ||
uniform.h | ||
variable.h |