y‰SŽÒнŒ}zC/C++Ž ..
52:ƒfƒtƒHƒ‹ƒg‚Ì–¼–³‚µ‚³‚ñF7
07/07/19 00:06:36
>>7‚Å‚·B
Ž¿–₪‚ ‚è‚Ü‚·BˆÈ‰º‚̂悤‚ÈŠÖ”‚ðì‚Á‚ătƒ@ƒCƒ‹o—Í‚³‚¹‚Ă݂½‚Æ‚±‚ëA
Windows‚É‚ ‚éƒm[ƒgƒpƒbƒh‚ÅA•¶Žš—ñ‚ð•\ަ‚Å‚«‚Ü‚¹‚ñBBB
int output_dfg_to_file(){
FILE *fp;
char filename[64];
int state = 1,
index0,
index1;
int char_lib;
printf("OUTPUT >> DFG File Name: \n");
gets_s(filename);
if ((fp = fopen(filename, "w")) == NULL){
printf("ERROR: could not open file. \n");
state = 1;
goto exit;
}
for (index0=0; index0 < LIB_TABLE_SIZE; index0++){
for (index1=0; index1 < LATTER_SIZE; index1++){
char_lib = table[index0][index1];
printf("%c", char_lib);
fputc(char_lib, fp);
}
fputc('\n', fp);
}
fclose(fp);
exit:
return state;
}
‚¢‚Á‚½‚ñ‘—M`
ŽŸƒy[ƒWÅVƒŒƒX•\ަƒXƒŒƒbƒh‚ÌŒŸõ—ÞŽ—ƒXƒŒˆê——˜b‘è‚̃jƒ…[ƒX‚¨‚Ü‚©‚¹ƒŠƒXƒg¥ƒIƒvƒVƒ‡ƒ“‚ð•\ަ‰É‚‚Ԃµ2ch
5110“ú‘O‚ÉXV/239 KB
’S“–:undef