inline functions [COSMIC]
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-03-03 3:39 AM
Posted on March 03, 2011 at 12:39
inline functions [COSMIC]
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:12 AM
Posted on May 17, 2011 at 15:12 Hi, try like this: @inline void loop (void) { } main() { loop(); while (1); } Regards, Luca
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:12 AM
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
