#include "StructBook.h"
#ifndef _ERRORIAR_H_
  #define _ERRORIAR_H_
void CreateINM(MyBook*bk, int x);
void ShowInfo();
#endif
