libpsyc/src
lurchi 9d7ad2a67f Switch static inline to inline
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/
2016-08-21 09:58:36 +02:00
..
Makefile linking fix for -lm 2012-02-15 22:47:16 +01:00
debug.h license header 2013-07-16 16:53:51 +02:00
itoa.c license header 2013-07-16 16:53:51 +02:00
lib.h license header 2013-07-16 16:53:51 +02:00
match.c Switch static inline to inline 2016-08-21 09:58:36 +02:00
memmem.c license header 2013-07-16 16:53:51 +02:00
packet.c Switch static inline to inline 2016-08-21 09:58:36 +02:00
parse.c Switch static inline to inline 2016-08-21 09:58:36 +02:00
psyc_parser_cb.h license header 2013-07-16 16:53:51 +02:00
render.c Switch static inline to inline 2016-08-21 09:58:36 +02:00
templates.h license header 2013-07-16 16:53:51 +02:00
text.c Switch static inline to inline 2016-08-21 09:58:36 +02:00
uniform.c Switch static inline to inline 2016-08-21 09:58:36 +02:00
variable.c Switch static inline to inline 2016-08-21 09:58:36 +02:00