#include<stdio.h> void defStrCat(char destination[], char source[]); void defStrCat(char destination[], char source[]) { int i = 0; while (destination[i] != '\0') { i++; }
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号