/* File: adt1.h Interface/header file for adt1 */ #ifndef adt1_h #define adt1_h /* Publicly accessible global variables */ extern int public1 ; /* variable "prototype" */ /* Publicly accessible functions */ void func1(int ) ; #endif