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 f1211b9 commit 75e074fCopy full SHA for 75e074f
demo/main.c
@@ -7,7 +7,7 @@ void ndraw(mp_int *a, const char *name)
7
{
8
char *buf;
9
int size;
10
- size_t length[0];
+ size_t length[1];
11
12
mp_radix_size(a, 10, &size);
13
*length = (size_t)size;
0 commit comments