>>21
Unfortunately, people still avoid using inline functions when they have access to C99, they have a tendency to write small functions as regular functions and induce unnecessary call overhead.
Have you ever written a single line of code in your entire life? Just curious, because some smart C compilers will automatically inline the functions. Some compilers you can pass this as an option, some you can't. La de da.
Cripes you are one stupid S.O.B.