You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
//<2F>浥<EFBFBD>ʼ<EFBFBD>¼<EFBFBD><C2BC>
|
|
|
|
|
void WORD_CO(struct w_word *inpu) {
|
|
|
|
|
FILE *fp6;
|
|
|
|
|
fp6 = fopen("word_coll.txt", "a");
|
|
|
|
|
fwrite(inpu,sizeof(struct w_word),1, fp6);
|
|
|
|
|
fclose(fp6);
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
}
|