فهرست منبع

juste + de commentaires

Thierry Dumont 8 ماه پیش
والد
کامیت
d81c52be87
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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);