C标准库源代码

源代码在线查看: strpbrk.c

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

相关代码

				/***
				*strpbrk.c - Defines the strpbrk function.
				*
				*       Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
				*
				*Purpose:
				*       The function strpbrk is mostly common code with strspn in strspn.c.
				*
				*******************************************************************************/
				
				#define SSTRPBRK
				#include "strspn.c"
							

相关资源