Counter Timer. More...
#include <iup.h>
Go to the source code of this file.
Functions | |
| void | ctTimerStart (void) |
| char * | ctTimerCount (void) |
| char * | ctTimerDelay (int delay_time) |
| void ctTimerStart | ( | void | ) |
Utility to starts a timer using clock().
| char* ctTimerCount | ( | void | ) |
Stops the timer and returns a formated string
| char* ctTimerDelay | ( | int | delay_time | ) |
Returns a formated string
1.7.1