cancel
Showing results for 
Search instead for 
Did you mean: 

inline functions [COSMIC]

hgprojekt
Associate II
Posted on March 03, 2011 at 12:39

inline functions [COSMIC]

2 REPLIES 2
luca239955_stm1_st
Senior II
Posted on May 17, 2011 at 15:12

Hi,

try like this:

@inline void loop (void) {

 

}

 

main()

{

        loop();

        while (1);

}

 

Regards,

Luca

hgprojekt
Associate II
Posted on May 17, 2011 at 15:12

Yes. It works. Thank you.

Is it possible to define inline function in external file?

Regards,

hg