A C implementation of a data structure that can store a string and efficiently cut a part (a substring) of this string and insert it in a different position. The current implementation only processes ...