#include "main.h" float power(){ } int main(int argc , char** argv){ power(); }