Commit 9e006fff by mikolo

Upload New File

parent cfab4cc6
Showing with 18 additions and 0 deletions
int main(void)
{
isik inimesed[], *mehed, *naised;
FILE *autod;
autod=fopen(nimi,"r");
if (kontrollifail(autod) == 0)
{
printf("Pole faili.\n");
return 1;
}
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment