English 中文(简体)
标签:的问答
C 说明连接字面
原文:C string literals linking

As far as I am aware, the linker tries to merge two string literals into one single literal, if they are both the same, e.g.: file1.c char const* firstString = "foo"; file2.c char const* ...

热门标签