函数题24 习题8-5 使用函数实现字符串部分复制《C语言程序设计(第4版)》题目集 原题链接:习题8-5 使用函数实现字符串部分复制 (pintia.cn) 参考答案 void strmcpy( char *t, int m, char *s ){