/* File: twice2.c This program deliberately includes twice2.h twice. */ #include "twice2.h" #include "twice2.h" int main() { printf("We included twice1.h twice!\n") ; return 0 ; }