OK, say I want to inline a function for efficiency. A typical example
is digit_to_number() in data.c. However, saying
statc INLINE int
digit_to_number ...
does not appear to work, because INLINE does some demented tricks with
extern and stuff.
How do I turn that junk off and simply say that I want this function
to be inlined, in a portable way (portable as in "ignore it on
compilers that don't support the `inline' keyword)?
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Union break!