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