#ifndef MAIN_H_ #define MAIN_H_ int current_detection(int *last,int *current,int *subtraction); #endif