Is there anything like an ifdef for typedefs?

Submitted by: Administrator
Unfortunately, no. (There can't be, because types and typedefs haven't been parsed at preprocessing time.) You may have to keep sets of preprocessor macros (e.g. MY_TYPE_DEFINED) recording whether certain typedefs have been declared.
Submitted by: Administrator

Read Online C Programming Job Interview Questions And Answers