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