inline

Post your requests and ideas on the future development of mikroC.
Post Reply
Author
Message
arhimed
Posts: 15
Joined: 14 May 2008 04:06

inline

#1 Post by arhimed » 19 May 2008 04:36

Another one to add to wish-list .. it might be already implemented only I'm unaware of it nor I know how to do it ...

inline directive for functions so this code would work:

Code: Select all

inline unsigned short pera(unsigned short x){
 ...
 ...
}
I knwo that define will work in most cases, but there are also problems with calling functions from macros, increments etc .. so inline operand should really be cool to have in mikroC

Post Reply

Return to “mikroC Wish List”