Joseph Redmon
2014-10-26 edbccdfcaf46f11e631afe98796f3e6e170da5d0
src/utils.c
@@ -4,6 +4,11 @@
#include <string.h>
#include <math.h>
float sec(clock_t clocks)
{
    return (float)clocks/CLOCKS_PER_SEC;
}
void error(char *s)
{
    fprintf(stderr, "Error: %s\n", s);