Unfortunately,
inline in C leaves a bit to be desired. A decent description of the funk that emerges / is supported by GNU C is described in
Inline Functions In C. The short version is to suck it up and use
static inline with code sitting in a header file. Blah.
No comments:
Post a Comment