#ifndef TOKEYBUF_H #define TOKEYBUF_H /*----------------------------------INCLUDE-----------------------------------*/ /* #include */ /*-----------------------------------DEFINE-----------------------------------*/ #ifndef MIN #define MIN(x,y) ((x)<(y)?(x):(y)) #endif /*----------------------------PROTOTYPE FUNCTIONS-----------------------------*/ int ToKeyBuf (char *, int); void ClKeyBuf (); #endif /* TOKEYBUF_H */