#pragma once #include typedef struct { int (*puts)(const char *s); int (*sjmp)(jmp_buf env); void (*ljmp)(jmp_buf env, int val); } fns;