XINU
|
1970年1月1日からの経過時間(秒単位)にロケーション(時差)を反映した時間を返す。 More...
#include <xinu.h>
Go to the source code of this file.
Functions | |
status | gettime (uint32 *timvar) |
1970年1月1日からの経過時間(秒単位)にロケーション(時差)を反映した時間を返す。 More... | |
1970年1月1日からの経過時間(秒単位)にロケーション(時差)を反映した時間を返す。
Definition in file gettime.c.
1970年1月1日からの経過時間(秒単位)にロケーション(時差)を反映した時間を返す。
UCT(協定世界時)からの経過時刻に対してロケーション(時差)を反映する。
[in,out] | timvar | XINU時刻の取得結果の保存先 |
Definition at line 13 of file gettime.c.
References getutime(), OK, SYSERR, and utim2ltim.
Referenced by xsh_date().