#include <iostream.h>
#include "osoba.h"
void osoba::zapamietaj(char * napis, int lata)
{
     strcpy(nazwisko, napis);
     wiek=lata;
}
