We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76168ee commit 688341bCopy full SHA for 688341b
src/typedef.c
@@ -10,6 +10,6 @@ main(void)
10
struct mystruct_s *p = &s;
11
mystruct_t *p2;
12
13
- /* No error nor warning. The pointers are of the same type. */
+ /* No error or warning. The pointers are of the same type. */
14
p2 = p;
15
}
0 commit comments