OSDN Git Service

(none)
[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 */