File nut/crt/gmtime.c


Included Files


Preprocessor definitions

#define __need_NULL

Global Variable _lpdays

int _lpdays[]
Visible in:   nut/crt/gmtime.c
Used in: gmtime_r() nut/crt/gmtime.c

Global Variable _days

int _days[]
Visible in:   nut/crt/gmtime.c
Used in: gmtime_r() nut/crt/gmtime.c

Global Variable _tb

tm _tb
Visible in:   nut/crt/gmtime.c
Used in: gmtime() nut/crt/gmtime.c

Global Function gmtime()

tm* gmtime ( const time_t* timer )
Prototyped in: nut/include/time.h
Calls: gmtime_r() nut/crt/gmtime.c
References Variables: _tb nut/crt/gmtime.c

Global Function gmtime_r()

int gmtime_r ( const time_t* timer, tm* ptm )
Prototyped in: nut/include/time.h
Called by: gmtime() nut/crt/gmtime.c
References Variables: _days nut/crt/gmtime.c
  _lpdays nut/crt/gmtime.c