#ifndef __SAFEOPS_H__ #define __SAFEOPS_H__ int safeAdd(int i, int j, bool& flag); int safeMul(int i, int j, bool& flag); #endif