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 7a6fb0b commit 08956e1Copy full SHA for 08956e1
c/cert/test/rules/INT34-C/test.c
@@ -2,7 +2,7 @@
2
#include <limits.h>
3
#include <stddef.h>
4
5
-extern size_t popcount(uintmax_t){};
+extern size_t popcount(uintmax_t x){};
6
#define PRECISION(x) popcount(x)
7
8
int main() {
0 commit comments