lassie% /lib/cpp -P -C if3.c /* File: if3.c This program demonstrates how #ifndef works. Here we do not #include the standard header files. */ main() { printf("MARKER has been defined\n") ; } lassie%