Home
last modified time | relevance | path

Searched refs:hello_world_fn (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/subsys/llext/modules/src/
Dmain_module.c36 void (*hello_world_fn)() = llext_find_sym(&ext->exp_tab, "hello_world"); in main() local
38 if (hello_world_fn == NULL) { in main()
43 hello_world_fn(); in main()