This commit is contained in:
2025-10-11 15:35:36 +02:00
parent 33639c6f68
commit 14d6f4c479
4 changed files with 31 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
int main() {
FILE *fichier = fopen("../export.csv", "r");
FILE *fichier = fopen("../../export.csv", "r");
if (fichier == NULL) {
perror("Erreur d'ouverture du fichier");
return 1;