dataval.c

来自「ICCP Toolkit 是在 Tru64下开发Tase.2通信协议的开发包」· C语言 代码 · 共 44 行

C
44
字号
/************************************************************************//* 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 + =
减小字号Ctrl + -
显示快捷键?