6 lines
61 B
C
6 lines
61 B
C
#ifndef _TASK_H
|
|
#define _TASK_H
|
|
|
|
void task_handle();
|
|
|
|
#endif |