tmdiff.h File Reference

API published in:
API deprecated in:


Go to the source code of this file.


Typedefs

typedef ms_tm  MS_TM

Functions

IMPORT_C MS_TM ms_time_new (void)
IMPORT_C void  ms_time_free (MS_TM *a)
IMPORT_C void  ms_time_get (MS_TM *a)
IMPORT_C double  ms_time_diff (MS_TM *start, MS_TM *end)
IMPORT_C int  ms_time_cmp (const MS_TM *ap, const MS_TM *bp)

Typedef Documentation

typedef struct ms_tm MS_TM
 

Function Documentation

IMPORT_C int ms_time_cmp const MS_TM ap,
const MS_TM bp
 
IMPORT_C double ms_time_diff MS_TM start,
MS_TM end
 
IMPORT_C void ms_time_free MS_TM a  ) 
 
IMPORT_C void ms_time_get MS_TM a  ) 
 
IMPORT_C MS_TM* ms_time_new void   ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top