Find the answer to your Linux question:
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 ...
  1. #1
    Just 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..

  2. #2
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    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

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    19
    yes Gerard..thanks for the reply...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...