Hi everybody,
I want to write enter in a text file. How to do this. I wrote the code as follows. see if i write like this, it is printing one special character like arrow. I want to print in the following line, instead it is printing in single line with arrow.
How to do next line in the file write..
fprintf(out_fp,"----------------------------------------------------------\n");
fprintf(out_fp,"\tFBNO FBCode 入力FB番号 出力FB番号 \n");
fprintf(out_fp,"----------------------------------------------------------\n");