1 2 3 4 5 6 7 8 9
#ifndef GUARD_MATH_H #define GUARD_MATH_H #include "dgt.h" #include "MATH_pop.h" #include "MATH_crc.h" #include "MATH_dgt.h" #endif