1 2 3 4 5 6 7
#ifndef KNOB_QUIT_H #define KNOB_QUIT_H void on_quit(void (*run_f)()); void quit() __attribute__ ((noreturn)); #endif