/*A header file */ #ifndef PROG3_H #define PROG3_H void tryToGet2Nums(int num1, int num2); void get2Nums(int * num1, int * num2); #endif