How to cut part of a string in c? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to cut part of a string in c? - Stack Overflow
I'm trying to figure out how to cut part of a string in C. For example you have this ...
strstr would be perfect for you, if you know the contents of the string. Example: