2 * \brief Header: simple timer
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
15 typedef struct mc_timer_t mc_timer_t
;
17 /*** global variables defined in .c file *********************************************************/
19 /*** declarations of public functions ************************************************************/
21 mc_timer_t
*mc_timer_new (void);
22 void mc_timer_destroy (mc_timer_t
* timer
);
23 guint64
mc_timer_elapsed (const mc_timer_t
* timer
);
25 /*** inline functions **************************************************/
27 #endif /* MC_TIMER_H */