www.pudn.com > 日期、菜单、字符串的C函数.rar > SCRINIT.C


/*                          *** scrinit.c ***                        */ 
/*                                                                   */ 
/* IBM - PC microsoft "C"                                            */ 
/*                                                                   */ 
/* Function to initialize the screen and keyboard control arrays.    */ 
/* Currently is only a dummy function getting its information from   */ 
/* a header file (scontrol.h).                                       */ 
/*                                                                   */ 
/* Written by L. Cuthbertson, April 1984.                            */ 
/*                                                                   */ 
/*********************************************************************/ 
/*                                                                   */ 
 
#include "scontrol.h" 
 
scrinit() 
{ 
	return(0); 
}