#ifndef TIMING_H
#define TIMING_H

#define NWATCHES 8

void   tic(int watch);
double toc(int watch);

#endif /* TIMING_H */
