Selaa lähdekoodia

juste + de commentaires

Thierry Dumont 8 kuukautta sitten
vanhempi
sitoutus
d81c52be87
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      time_mes.hpp

+ 2 - 1
time_mes.hpp

@@ -1,7 +1,8 @@
 #ifndef TIME_MES_HPP
 #define TIME_MES_HPP
 #include <sys/time.h>
-// renvoie l'heure courante en secondes (pécision : micro seconde)
+// renvoie l'heure courante en secondes (pécision : micro seconde) résultat
+// en float double.
 double get_time() {
   struct timeval tv;
   gettimeofday(&tv,0);