]> mj.ucw.cz Git - libucw.git/blobdiff - lib/timer.c
obj_add_attr_ref() with an on-stack buffer is not advisable, better
[libucw.git] / lib / timer.c
index c355d3b7de1bd5d54e5fac5290bf4dad2624b047..42cc9ebc366ff59b00c6fd1ad67b172e0710a95a 100644 (file)
@@ -1,15 +1,18 @@
 /*
 /*
- *     Sherlock Library -- Prime Number Tests
+ *     Sherlock Library -- Execution Timing
  *
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
  */
 
+#include "lib/lib.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/time.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/time.h>
 
-#include "lib.h"
-
 static struct timeval last_tv;
 
 uns
 static struct timeval last_tv;
 
 uns