LINUX.ORG.RU

strstr :)

char *b = "au new string";
char *pos = strstr(b, "new");
if (pos)
{
/*
* do something, string is found and pos is pointer to
* first occurrence
*/
}

take a look at strtok, strchr :))
It just a example:)))

tvn
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.