mirror of
https://github.com/0intro/libtask
synced 2024-11-22 05:41:53 +03:00
8 lines
79 B
C
8 lines
79 B
C
|
#include <task.h>
|
||
|
|
||
|
void
|
||
|
taskmain(int argc, char *argv[])
|
||
|
{
|
||
|
taskdelay(1000);
|
||
|
}
|