📄 osswap.h
字号:
/*
Operating System
--------------------------------------------------------------------------
FILE osswap.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 __OSSWAP_H
#define __OSSWAP_H
/* --- structure for transmitting parameters between code pages --- */
struct scalling_param {
uchar appli_nr; /* application number */
uchar page_nr; /* called page number */
uchar function_nr; /* function number called */
};
typedef struct scalling_param CALLING_PARAM;
#define PT_NULL 0
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -