標籤:c語言 模擬實現strncpy #include <stdio.h> #include <stdlib.h> #include <assert.h> char *my_strncpy(char *dest,const char *src, int len) { char *ret ...
確定! 回上一頁