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 4fdbc75 + 0dbdb3d commit f3fe1b8Copy full SHA for f3fe1b8
example/c/simple_c.c
@@ -1,7 +1,7 @@
1
#include <msgpack.h>
2
#include <stdio.h>
3
4
-void print(char const* buf, unsigned int len)
+void print(char const* buf,size_t len)
5
{
6
size_t i = 0;
7
for(; i < len ; ++i)
0 commit comments