Commit a8893230 by rakein

Upload new file

parent b6c2c871
Showing with 11 additions and 0 deletions
int checkFile(FILE *andmed)
{
if(andmed == NULL)
{
return 0;
}
return 1;
}
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