#ifndef HMS_H #define HMS_H extern void hms(int *heures, int *minutes, int *secondes); #endif /* HMS_H */