Strip first and last character from C string

Viewed 127117

I have a C string that looks like "Nmy stringP", where N and P can be any character. How can I edit it into "my string" in C?

4 Answers
Related