9 lines
72 B
C
9 lines
72 B
C
|
#pragma once
|
||
|
|
||
|
#include <time.h>
|
||
|
|
||
|
double diffclock(clock_t, clock_t);
|
||
|
|
||
|
|
||
|
|