Comment by 1718627440
Comment by 1718627440 7 hours ago
In C:
char string[] =
"multi\n"
"line\n"
"string";
Granted, this is not a real multiline string, but you also have characters in your Zig example that are not part of string content (\\).