Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/el/simple-2/simple-2_static/src/
Dmain.c32 global_func_p global_funcA; variable
168 global_funcA = (global_func_p)EL_GetGlobalAdr( my_dlldA, "global_func_A\0"); in TwlMain()
169 OS_TPrintf( "global_func_A : 0x%x\n", global_funcA); in TwlMain()
174 (*global_funcA)(); in TwlMain()