⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xos_versions.h.svn-base

📁 brew头文件分析
💻 SVN-BASE
字号:
//**************************************************************
//Copyright (C), 2008-2008, AnyLook Co., Ltd.
//File name:    xOS_Versions.h
//Author:       AnyLook
//Version:      1.0
//Date:       2008/07/31
//Description:
//    xOS Include file
//Others: 
//Function List: 
//<Name>        <desc>
//Simple        
//History: 
//<author>      <time>      <version >  <desc>
// AnyLook     2008/07/31       1.0       build this moudle  
//**************************************************************


#ifndef _xOS_Versions_H
#define _xOS_Versions_H

#ifdef __cplusplus
extern "C" {
#endif

#include "xOS_Versions_VTBL.h"



static INLINE int xOS_Version_GetVersion(void)
{
    if (GETVERSION(g_pxOSList))
    {
        return GETVERSION(g_pxOSList)->GetVersion();
    }
    return 0;
}


static INLINE int xOS_Version_UpdatexOS(void)
{
    if (GETVERSION(g_pxOSList))
    {
        return GETVERSION(g_pxOSList)->UpdatexOS();
    }
    return 0;
}



#ifdef __cplusplus
}
#endif

#endif //_xOS_Versions_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -