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 443d7fc commit d8e7cdfCopy full SHA for d8e7cdf
include/tinycbor/cbor_defs.h
@@ -27,7 +27,7 @@
27
28
#include <limits.h>
29
#include <stdlib.h>
30
-#include <stdint.h>
+#include <inttypes.h>
31
32
#ifndef SIZE_MAX
33
/* Some systems fail to define SIZE_MAX in <stdint.h>, even though C99 requires it...
0 commit comments