Directives and Macros in C
摘要
In this chapter, we explain the use of directives and macros in C programming. Directives and macros are preprocessed units of C programs. They are expanded in C programs to form the final version of the C programs before compilation operation. Both built-in macros served from compiler’s library, and the ones written by code developer can be used inside the C program.