liteserver / binn

Binary Serialization
Apache License 2.0
440 stars 58 forks source link

Undefined reference to ... #14

Closed MrSorcus closed 6 years ago

MrSorcus commented 6 years ago

Can't call inline functions that declared in binn.h. (calling from crystal binding) Why?

MrSorcus commented 6 years ago

Works if replace static inline to extern inline.