go1/User/task/go_task.h
2025-03-02 23:06:09 +08:00

8 lines
80 B
C

#ifndef _GO_TASK_H_
#define _GO_TASK_H_
void Task_Go(void *argument);
#endif