File nut/crt/mktime.c

HERE: tmptm1 holds number of elapsed years


Included Files


Preprocessor definitions

#define __need_NULL

#define ChkAdd( dest, src1, src2 )

#define ChkMul( dest, src1, src2 )


Global Function _mkgmtime()

time_t _mkgmtime ( tm* timeptr )
Prototyped in: nut/include/time.h
Calls: _make_time_t() nut/crt/mktime.c

Global Function mktime()

time_t mktime ( tm* timeptr )
Prototyped in: nut/include/time.h
Calls: _make_time_t() nut/crt/mktime.c

Local Function _make_time_t()

static time_t _make_time_t ( tm* tb, int ultflag )
Calls: gmtime() nut/crt/gmtime.c
  localtime() nut/crt/localtim.c
Called by: _mkgmtime() nut/crt/mktime.c
  mktime() nut/crt/mktime.c
References Variables: _days nut/crt/gmtime.c