1 /** \file learn.h 2 * \brief Header: learn keys module 3 */ 4 5 #ifndef MC__LEARN_H 6 #define MC__LEARN_H 7 8 /*** typedefs(not structures) and defined constants **********************************************/ 9 10 /*** enums ***************************************************************************************/ 11 12 /*** structures declarations (and typedefs of structures)*****************************************/ 13 14 /*** global variables defined in .c file *********************************************************/ 15 16 /*** declarations of public functions ************************************************************/ 17 18 void learn_keys (void); 19 20 /*** inline functions ****************************************************************************/ 21 #endif /* MC__LEARN_H */