Conteúdo do Curso
C Preprocessing
C Preprocessing
1. Introduction to Preprocessing
3. Conditional compilation
Pitfalls and Best Practices
main
header
#include <stdio.h> #include <header.c> int main() { LOG("Program started"); PRINT_COLORED(GREETING, COLOR); return 0; }
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 2
Pitfalls and Best Practices
main
header
#include <stdio.h> #include <header.c> int main() { LOG("Program started"); PRINT_COLORED(GREETING, COLOR); return 0; }
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 2