C标准库源代码,能提高对C的理解,不错的哦

源代码在线查看: cwctype

软件大小: 1708 K
上传用户: sfdong
关键词: 标准库 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				// cwctype standard header
				
				#if     _MSC_VER > 1000 /*IFSTRIP=IGN*/
				#pragma once
				#endif
				
				#ifndef _CWCTYPE_
				#define _CWCTYPE_
				#ifdef _STD_USING
				 #undef _STD_USING
				 #include 
				 #define _STD_USING
				#else
				 #include 
				#endif /* _STD_USING */
				#endif /* _CWCTYPE_ */
				
				/*
				 * Copyright (c) 1994 by P.J. Plauger.  ALL RIGHTS RESERVED. 
				 * Consult your license regarding permissions and restrictions.
				 */
							

相关资源