原创 C語言簡單實現字符串截取

#include <stdio.h> #include <stdlib.h> #include <string.h> typedef char T[64]; void mySplit( char *sStr, char *d