This commit is contained in:
ada.dmitry
2023-05-17 14:51:46 +03:00
parent dc4a1158f6
commit 68f659165b
11 changed files with 128 additions and 92 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ int main()
if (professions1 == NULL || professions2 == NULL)
{
printf("Mesta net\n");
printf("Mesta net\n");
exit(1);
}
@@ -59,8 +59,6 @@ int main()
st_fscanf(professions3, line_number, "professions.txt");
sort_sel(professions3, line_number);
Sleep(50000);
printf("\nTTretiy massiv is:\n");
print_struc(professions3, line_number);
free(professions1);