From c91adcedede3392e910bd5befbe4ec24ad136db7 Mon Sep 17 00:00:00 2001 From: Gabriel Gritsch Date: Sun, 16 Feb 2014 10:45:20 +0100 Subject: [PATCH] - Added possibility to specify the lenght of the input buffer (if not null-terminated). - Added "extern C" to use it with CPP. --- jsmn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsmn.c b/jsmn.c index 729d5a2..9ab2007 100644 --- a/jsmn.c +++ b/jsmn.c @@ -1,6 +1,6 @@ #include -#include // for SIZE_MAX //#include // for UINT_MAX +#include // for SIZE_MAX #include "jsmn.h"