6 lines
71 B
C
6 lines
71 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "os/os.h"
|
||
|
|
|
||
|
|
int os_entry(os_work_fn work_route);
|