genericopenlibs/openenvcore/include/time.h
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
   141 extern char *tzname[];
   141 extern char *tzname[];
   142 #endif
   142 #endif
   143 
   143 
   144 __BEGIN_DECLS
   144 __BEGIN_DECLS
   145 #ifdef __SYMBIAN32__
   145 #ifdef __SYMBIAN32__
       
   146 #ifdef __WINSCW__
       
   147 #ifndef __SOFTFP
       
   148 #define __SOFTFP
       
   149 #endif /* __SOFTFP */
       
   150 #endif//__WINSCW__
   146 IMPORT_C char*** __tzname(void);
   151 IMPORT_C char*** __tzname(void);
   147 #define	tzname		(*__tzname())
   152 #define	tzname		(*__tzname())
   148 #endif //__SYMBIAN32__
   153 #endif //__SYMBIAN32__
   149 
   154 
   150 IMPORT_C
   155 IMPORT_C
   152 IMPORT_C
   157 IMPORT_C
   153 clock_t clock(void);
   158 clock_t clock(void);
   154 IMPORT_C
   159 IMPORT_C
   155 char *ctime(const time_t *);
   160 char *ctime(const time_t *);
   156 IMPORT_C
   161 IMPORT_C
   157 double difftime(time_t, time_t);
   162 double difftime(time_t, time_t) __SOFTFP;
   158 /* XXX missing: getdate() */
   163 /* XXX missing: getdate() */
   159 IMPORT_C
   164 IMPORT_C
   160 struct tm *gmtime(const time_t *);
   165 struct tm *gmtime(const time_t *);
   161 IMPORT_C
   166 IMPORT_C
   162 struct tm *localtime(const time_t *);
   167 struct tm *localtime(const time_t *);