time.h
Macro CLOCKS_PER_SEC ANSI C
#define CLOCKS_PER_SEC
El número por segundos del valor retornado por la función clock.
Ejemplo:
#define CLOCKS_PER_SEC 91 |
DJGPP |
#define CLOCKS_PER_SEC 1000.0 |
Borland |
#define CLOCKS_PER_SEC 1000.0 |
Dev-C++ |