Skip to content

Instantly share code, notes, and snippets.

View akashgangil's full-sized avatar

Akash Gangil akashgangil

View GitHub Profile
@akashgangil
akashgangil / stopwatch.c
Created October 22, 2013 18:39
C stopwatch
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <unistd.h>
#include "timer.h"
/* =================================================== */
/*
* Timing functions