1 /** \file cd.h 2 * \brief Header: cd function 3 */ 4 5 #ifndef MC__CD_H 6 #define MC__CD_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 cd_to (const char *path); 19 void cd_error_message (const char *path); 20 21 /*** inline functions ****************************************************************************/ 22 23 #endif /* MC__CD_H */