Why copying a character to a char array results in weird behaviour

前端 未结 0 985
别跟我提以往
别跟我提以往 2020-12-01 14:48

I have the following code which aims to implemente a simple LZW based text compression:

int compress(FILE text_file, FILE *output) {
  char input[20];
  short         


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