#ifndef __keycode_h
#define __keycode_h

char *keycode_to_text(int keycode,char *buffer,int max);


#endif
