2024-04-03 10:05:55 +08:00

6 lines
61 B
C

#ifndef _TASK_H
#define _TASK_H
void task_handle();
#endif