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 f8945ce commit e29fce9Copy full SHA for e29fce9
src/js0n.h
@@ -5,6 +5,7 @@
5
// vlen = where to store return value length
6
// returns pointer to value and sets len to value length, or 0 if not found
7
// any parse error will set vlen to the position of the error
8
+#include <stddef.h>
9
#ifdef __cplusplus
10
extern "C" {
11
#endif
0 commit comments