📜  如何在 C 编程语言代码示例中制作多行字符串

📅  最后修改于: 2022-03-11 15:04:35.005000             🧑  作者: Mango

代码示例1
char* my_str =
  "Here is the first line.\n"
  "Here is the second line.";