📄 probe.h
字号:
/***********************************************************************//* *//* MODULE: probe.h 1.3 *//* DATE: 17:58:24 - 97/12/05 *//* PURPOSE: Service call function prototypes for pROBE+ *//* *//*---------------------------------------------------------------------*//* *//* Copyright 1991 - 1995 Integrated Systems, Inc. *//* ALL RIGHTS RESERVED *//* *//* Permission is hereby granted to licensees of Integrated Systems, *//* Inc. products to use or abstract this computer program for the *//* sole purpose of implementing a product based on Integrated *//* Systems, Inc. products. No other rights to reproduce, use, *//* or disseminate this computer program, whether in part or in *//* whole, are granted. *//* *//* Integrated Systems, Inc. makes no representation or warranties *//* with respect to the performance of this computer program, and *//* specifically disclaims any responsibility for any damages, *//* special or consequential, connected with the use of this program. *//* *//***********************************************************************/#if defined(__cplusplus)extern "C" {#endif/*---------------------------------------------------------------------*//* Don't allow this file to be included more than once. *//*---------------------------------------------------------------------*/#ifndef _PROBE_H#define _PROBE_H#ifdef MRI extern void xp_strout(ULONG, const char *); #define db_output(x, y) xp_strout(y, x)#else long db_output(char *outbuff, unsigned long nbytes); long db_input(char *inbuff, unsigned long nbytes, char *prompt, unsigned long pbytes, unsigned long *recvbytes);#endif#endif /* _PROBE_H */#if defined(__cplusplus)}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -