SilcStackFrame

NAME

    typedef struct SilcStackFrameStruct SilcStackFrame;

DESCRIPTION

Static stack frame context that optionally can be used as stack frame in SilcStack. By default silc_stack_push use pre-allocated stack frame, but user may also use statically allocated SilcStackFrame instead. This is recommended when using SilcStack in recursive routine and the recursion may become deep. Using static frame assures that during recursion frames never run out.