We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0369c6a commit 52e0d85Copy full SHA for 52e0d85
c/basics/macros.c
@@ -10,7 +10,7 @@ printf("%d\n", __STDC__); // 1
10
printf("Error: " #e "\n")
11
12
// INSIDE SCOPE: use macro
13
-error_message(This is an error.);
+error_message("This is an error.");
14
// Error: This is an error.
15
16
// defined
0 commit comments