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

📄 dataval.c

📁 ICCP Toolkit 是在 Tru64下开发Tase.2通信协议的开发包
💻 C
字号:
/************************************************************************//* SISCO SOFTWARE MODULE HEADER *****************************************//************************************************************************//*   (c) Copyright Systems Integration Specialists Company, Inc.,	*//*      	  1986 - 1997, All Rights Reserved.		        *//*									*//* MODULE NAME : dataval.c						*//* PRODUCT(S)  : MMSEASE						*//*									*//* MODULE DESCRIPTION : 						*//*	This module contains only a stub function which may be		*//*	modified or replaced with additional 'test' code.		*//*									*//* GLOBAL FUNCTIONS DEFINED IN THIS MODULE :				*//*	ST_VOID do_data_exercise (ST_VOID)				*//*									*//* MODIFICATION LOG :							*//*  Date     Who   Rev			Comments			*//* --------  ---  ------   -------------------------------------------	*//* 05/15/97  JRB   7.00    MMSEASE 7.0 release.				*//************************************************************************/#include "glbtypes.h"#include "sysincs.h"#include "fkeydefs.h"#include "scrndefs.h"#include "mms_usr.h"		/* to access MMS functions, variables	*/#include "mms_vvar.h"#include "userdefs.h"/************************************************************************//*			do_data_exercise				*//* This is a stub function to allow additional test code to be easily	*//* added.  Test code can be added to this function, or the function	*//* may be replaced with another function of the same name containing	*//* any useful test code.						*//************************************************************************/ST_VOID do_data_exercise (ST_VOID)  {  wait_msg ("DATA VALIDATION TEST MENU not available.\n Hit any key to continue - ");  (*menu_set_fun) ();  }

⌨️ 快捷键说明

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