File nut/crt/localtim.c


Included Files


Preprocessor definitions

#define __need_NULL

#define LONG_MAX 2147483647L


Global Function localtime()

tm* localtime ( const time_t* timer )
Prototyped in: nut/include/time.h
Calls: localtime_r() nut/crt/localtim.c
Called by: CalcWeekDay() nut/app/caltime/caltime.c
  CgiClock() nut/app/uhttpd_ajax/httpd_ajax.c
  DisplayLocalTime() nut/app/caltime/caltime.c
  NutAppMain() nut/app/ftpd/ftpserv.c
  SetLocalTime() nut/app/caltime/caltime.c
References Variables: _tb nut/crt/gmtime.c

Global Function localtime_r()

int localtime_r ( const time_t* timer, tm* ptm )
Prototyped in: nut/include/time.h
Calls: gmtime_r() nut/crt/gmtime.c
  _isindst()
Called by: localtime() nut/crt/localtim.c