c 语言调用时输入输出 要 stdio.h 头文件。
#include<stdio.h>
main(){
char s[80]
char f1[]="abc.txt",f2[]="xy.txt"
sprintf(s,"comm %s %s",f1,f2)
system(s)
}
欢迎分享,转载请注明来源:内存溢出
c 语言调用时输入输出 要 stdio.h 头文件。
#include<stdio.h>
main(){
char s[80]
char f1[]="abc.txt",f2[]="xy.txt"
sprintf(s,"comm %s %s",f1,f2)
system(s)
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)