tasks.h 94 B

1234567
  1. #ifndef __TASKS_H__
  2. #define __TASKS_H__
  3. #include "basetask.h"
  4. void tasks_init(void);
  5. #endif