文字列があり、それが別の単語の部分文字列であるかどうかを調べようとしています。
たとえば(疑似コード)
say I have string "pp"
and I want to compare it (using strncmp) to
happy
apples
pizza
and if it finds a match it'll replace the "pp" with "xx"
changing the words to
haxxles
axxles
pizza
これは strncmp を使用して可能ですか?