typedef struct Masina { char* marca; char *model; char tokenMasina[11]; int pretAchizitie; int pretVanzare; }Masina;