MS VS inline/extern fix from Ben Alison plus comments.
Add explicit extern to functions that are locally declared inline but which also have non-inline public prototypes. It seems MS VS does not quite meet the C99 spec (section 6.7.4).
Please register or sign in to comment