ras le bol
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
int parser(char *filename){
|
||||
|
||||
FILE *file = fopen(filename, "r");
|
||||
if (!file) return 1;
|
||||
|
||||
fclose(file);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user