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 fd80033 commit c2329f9Copy full SHA for c2329f9
src/solutions/bitdiff.c
@@ -9,7 +9,7 @@ void
9
binprint(int n)
10
{
11
char a[sizeof (int) * 8];
12
- int i = 1;
+ size_t i = 1;
13
14
assert(n >= 0);
15
(void) memset(a, '0', sizeof (a));
0 commit comments