MCPcopy 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

5int rtthread_startup(void);
6
7static 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_startupFunction · 0.50

Tested by

no test coverage detected