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