MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / version

Function version

components/finsh/cmd.c:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53MSH_CMD_EXPORT(clear, clear the terminal screen);
54
55static long version(void)
56{
57 rt_show_version();
58
59 return 0;
60}
61MSH_CMD_EXPORT(version, show RT-Thread version information);
62
63rt_inline void object_split(int len)

Callers

nothing calls this directly

Calls 1

rt_show_versionFunction · 0.85

Tested by

no test coverage detected