stab.h 110 B

1234567
  1. #ifndef __STAB_H__
  2. #define __STAB_H__
  3. void Stab_Init(void);
  4. void Stab_WorkCycle(void);
  5. #endif // __STAB_H__