#ifndef _power_h #define _power_h int power2 (int x) ; int power4 (int x) ; #endif