warning: unknown escape sequence: '\040', why not '\x20'?

后端 未结 0 1356
孤街浪徒
孤街浪徒 2020-11-27 19:58

I know it caused by \\ in string of my C language code and 40 is decimal 32 as ascii of SPACE. Why is \'\\040\

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