Skip to content
Snippets Groups Projects
Commit 1aaec09e authored by Niels Godbert's avatar Niels Godbert
Browse files

Update open.c

parent 05f73378
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ int hash_index(char * word) //Fonction de hachage pour nos tables
if (i == 1) = abs(index-(word[i]-64))
if (i == 2) += abs(word[i]-64)
}
return index % MAXFLIGHTS
}
//////////////// Fonctions de lecture et d'ajout (chargement) dans les SD de nos fichiers .csv ////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment