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

Function hello_world

tools/hello/hello.c:19–22  ·  view source on GitHub ↗

* @brief Hello world function implementation * * This function prints "Hello World!" to the console using rt_kprintf */

Source from the content-addressed store, hash-verified

17 * This function prints "Hello World!" to the console using rt_kprintf
18 */
19void hello_world(void)
20{
21 rt_kprintf("Hello World!\n");
22}

Callers

nothing calls this directly

Calls 1

rt_kprintfFunction · 0.85

Tested by

no test coverage detected