main.h 108 B

1234567
  1. #ifndef MAIN_H_
  2. #define MAIN_H_
  3. int current_detection(int *last,int *current,int *subtraction);
  4. #endif