Procházet zdrojové kódy

juste + de commentaires

Thierry Dumont před 8 měsíci
rodič
revize
d81c52be87
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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);