From 06f79c1dfeba977a73f655afefcf4e2bb852b3f3 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 3 Dec 2023 22:40:06 +0100 Subject: [PATCH] Ajout : header de l'algorithme --- src/calibration.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/calibration.h diff --git a/src/calibration.h b/src/calibration.h new file mode 100644 index 0000000..8df3756 --- /dev/null +++ b/src/calibration.h @@ -0,0 +1,6 @@ +#ifndef CALIBRATION_H +#define CALIBRATION_H + +unsigned int get_calibration_sum(FILE *input_file); + +#endif /* CALIBRATION_H */