#ifndef _MENU_H_
#define _MENU_H_

void ShowMenu(BOOK * book);

#endif //_MENU_H_
