#ifndef TWICE_H #define TWICE_H /* File: twice2.h A simple header file. This one is guarded. */ int twice(int n) ; #endif