#ifndef KOZOS_H
#define KOZOS_H

typedef struct {
          int    azon;
          string szerzo;
          string cim;
          string kiado;
          string ev;
          int    darab;
          string isbn;
        }                  Konyv;

#endif
