#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 != '