#ifndef MATHLIB_H #define MATHLIB_H int c_add(int a, int b); int c_multiply(int a, int b); #endif