struct tapi_jmp_point
Overview
Jump point (stack context to jump to) More…
#include <tapi_jmp.h> struct tapi_jmp_point { // fields jmp_buf env; const char* file; unsigned int lineno; // methods SLIST_ENTRY(tapi_jmp_point); };
Detailed Documentation
Jump point (stack context to jump to)
Fields
jmp_buf env
Stack context, if jumps are enabled
const char* file
Name of the file where the point is added
unsigned int lineno
Line number in the file where the point is added
Methods
SLIST_ENTRY(tapi_jmp_point)
List links