📄 abisext.h
字号:
/*
* This is a part of the Application Preconsole
* - Service Provide - ABIS.
* Copyright (C) 2000-2000 ABC.SDC.
* All rights reserved.
*
* This source code is only intended as a supplement to the
* Application Preconsole Reference and related
* electronic documentation provided with the library.
* See these sources for detailed information regarding the
* Application Preconsole product.
*
* Update record:
* 2001-08-02 HLW - create private declaration file
* Xiaomin Chen
*/
#ifndef __ABISEXT_H__
#define __ABISEXT_H__
/*
* Functions delcared in this file
*/
/*
* Abis linking function
*/
void LinkAbis(PCXMLSTRU pxmlstruReq, PXMLSTRU pxmlstruResp,
PTIASTRU ptiastru, PTOASTRU ptoastru);
#endif /* __ABISEXT_H__ */
/* End of this file */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -