#ifndef KNOB_KEY_H #define KNOB_KEY_H #include char key_to_char(struct key_packet kp) __attribute__ ((pure)); #endif