Macros
Last updated
Last updated
When building PIC, having macros to intrinsic functions is very useful. Intrinsic functions are processed by the compiler itself, and not at runtime. Intrinsic functions will be used instead of CRT-library functions in our case. Microsoft has an .
2.Type-Casting Macros: These are macros that are used to type-cast input variables.