#ifndef FUNC_H #define FUNC_H // this is a prototype for a function defined in func.cpp void hello () ; #endif