我是
靠谱客的博主
称心泥猴桃,最近开发中收集的这篇文章主要介绍
在一组字符中查找,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
#include <iostream>
using namespace std;
#define SCUESS 1
#define FALSE
0
int find_char( char **strings,char value )
{
char *string;
while( (string = *strings++) != NULL )
while( *string != '