Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ start
Function
start
libcpu/sim/posix/startup.c:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
int rtthread_startup(void);
6
7
static int start(void)
8
{
9
rtthread_startup();
10
return 0;
11
}
12
__attribute__((section(
".init_array"
))) typeof(start) *__init = start;
13
#endif
Callers
nothing calls this directly
Calls
1
rtthread_startup
Function · 0.50
Tested by
no test coverage detected