1 2 3 4 5 6 7 8
#ifndef GUARD_DIPLOMA_H #define GUARD_DIPLOMA_H #include "global.h" void CB2_ShowDiploma(void); #endif // GUARD_DIPLOMA_H