// file: lecture_07/example.h // // this is a simple template for an include file // make sure definitions are only made once // #ifndef ISIP_EXAMPLE #define ISIP_EXAMPLE // system include files // #include #include #include #include // define a function (don't worry about this just yet) // // bool my_example(long arg1, long arg2); // end of include file // #endif