Ajout : header de l'algorithme

This commit is contained in:
Hippolyte Chauvin 2023-12-03 22:40:06 +01:00
parent 6493cbdd74
commit 06f79c1dfe

6
src/calibration.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef CALIBRATION_H
#define CALIBRATION_H
unsigned int get_calibration_sum(FILE *input_file);
#endif /* CALIBRATION_H */