OSDN Git Service

54d4676831852cc794b6b19b2921693fb1d79c75
[hos/hos-v4a.git] / aplfw / system / sysapi / systim_getsystemtime.c
1 /** 
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  system.h
5  * @brief %jp{システム用API定義}
6  *
7  * Copyright (C) 2006 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #include "sysapi_local.h"
13
14
15 /* システム時刻取得 */
16 TIME SysTim_GetSystemTime(void)
17 {
18         SYSTIM tim;
19         get_tim(&tim);  
20         return tim;
21 }
22
23
24 /* end of file */