Ajout : header de l'algorithme
This commit is contained in:
parent
6493cbdd74
commit
06f79c1dfe
1 changed files with 6 additions and 0 deletions
6
src/calibration.h
Normal file
6
src/calibration.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef CALIBRATION_H
|
||||
#define CALIBRATION_H
|
||||
|
||||
unsigned int get_calibration_sum(FILE *input_file);
|
||||
|
||||
#endif /* CALIBRATION_H */
|
Reference in a new issue