【C語言】實現字符串右移位函數

請實現字符串右移位函數,好比:"abcdefghi"循環右移2位就是"hiabcdefg"。函數 函數原型:void RightLoopMove(char *str, unsigned short steps)oop 函數參數說明:spa pStr: Point to a '\0' terminated string.code steps: The rotate shift numbers.blo
相關文章
相關標籤/搜索