Skip to main content

funcstackgetfn

Function funcstackgetfn 

Source
pub fn funcstackgetfn(pm: *mut param) -> Vec<String>
Expand description

Port of funcstackgetfn(UNUSED(Param pm)) from Src/Modules/parameter.c:627. C: static char **funcstackgetfn(UNUSED(Param pm)) — returns the list of function names currently on the call stack.