/* Modular Example */ /* transaction.h */ /* OOP244 */ /* Jan 14 2009 */ void enter(int* acct, char* type, double* amount); void display(int acct, char type, double amount);