Changing the encode of a text file using C?

后端 未结 0 864
孤街浪徒
孤街浪徒 2020-12-01 04:25

This is what I tried to write:

void unixToMac(char ***argv){
char    buffer[2]; // 
FILE    *stream_Read = fopen(argv[1], "rb");
FILE    *stream_Wri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题