Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if ((filtr_client.fam[0] == '.' || strcmp(clients[i].fam, filtr_client.fam) == 0)
  2. && (filtr_client.name[0] == '.' || strcmp(clients[i].name, filtr_client.name) == 0)
  3. && (filtr_client.otch[0] == '.' || strcmp(clients[i].otch, filtr_client.otch) == 0)
  4. && (filtr_client.street[0] == '.' || strcmp(clients[i].street, filtr_client.street) == 0)
  5. && (filtr_client.telefon[0] == '.' || strcmp(clients[i].telefon, filtr_client.telefon) == 0)) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement