[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Inline function



V Kugan forced the electrons to say:
> Can anyone please tell me the usage of inline functions in c. k&r wasnt of
> much use for this. If u can pls give me an example it would be of real help.
> Thanking you in advance.

There are no inline functions in both ISO and K&R C. There is a GCC extension,
whose docs are available by simply typing 'info gcc' at your prompt. But be
warned that such non-standard extensions tend to be non-portable as well.

Binand