User profile: divine fallacy

User info
User name:divine fallacy
History
Joined:
Number of posts:34
Latest posts:

typedef naming convention
"Under C convention (such as in the C standard library), types declared with typedef end with '_t' ...

qsort parameters
I'm not sure if this is what you were referring to (I'm obviously a novice), but is your question re...

qsort parameters
qsort seems to accept as its last parameter: (1) a function; (2) the address of a function; and (3)...

typedef with functions
Thanks, but then typedef functions appear to be completely pointless. When would one use them instea...

typedef with functions
How would I define a function declared using typedef? [code] #include <stdio.h> int main (int argc...