os.h

来自「应用较为广泛的 杉德 刷卡 POS机 的调用示例。」· C头文件 代码 · 共 60 行

H
60
字号
/*
	Operating System
--------------------------------------------------------------------------
	FILE  os.h
--------------------------------------------------------------------------
    INTRODUCTION
    ============
    Created :		2002-10-03		Xiaoxi Jiang
    Last modified :	2002-10-03		Xiaoxi Jiang
    Module :
    Purpose :
        Header file.

    List of routines in file :

    File history :
*/

#ifndef __OS_H
#define __OS_H

#ifdef __cplusplus
extern "C" {
#endif


#include <hal.h>
#include <haldata.h>
#include <haldot.h>
#include <oserr.h>
#include <osauth.h>
#include <osfont.h>

#include <osmenu.h>
#include <osmodem.h>

#include <osfs.h>
#include <osfile.h>
#include <osapp.h>
#include <osdrv.h>
#include <osmmi.h>
#include <ospad.h>
#include <osicc.h>
#include <osadc.h>

#include <osfunc.h>
#include <osmsg.h>

#include <osdown.h>
#include <ostest.h>
#include <osdebug.h>



#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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