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.
2 parents 1a1245e + c13e416 commit 40fd86bCopy full SHA for 40fd86b
regression/cbmc/Linked_List1/main.c
@@ -1,4 +1,4 @@
1
-void *malloc(unsigned int s);
+void *malloc(__CPROVER_size_t s);
2
3
struct nodet
4
{
0 commit comments