1 2 3 4 5 6 7 8
#ifndef KNOB_KEY_H #define KNOB_KEY_H #include <keypack.h> char key_to_char(struct key_packet kp) __attribute__ ((pure)); #endif