Results 1 to 3 of 3
Hi.
Im learning a software development using C in the linux environment. I would like to know what does the static inline void datatype works? How does it relates with ...
- 03-31-2009 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 19
static inline void data type
Hi.
Im learning a software development using C in the linux environment. I would like to know what does the static inline void datatype works? How does it relates with the Linux environment, or what is the functionality compared to normal static void datatype. Thnks..
- 04-01-2009 #2
Are you asking what inline does? Well its a request to the complier to expand a function inline instead of making a function call this if implemented may optimize the code...Gerard4143
Make mine Arch Linux
- 04-01-2009 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 19
yes Gerard..thanks for the reply...


Reply With Quote