- Added possibility to specify the lenght of the input buffer (if not null-terminated).

- Added "extern C" to use it with CPP.
This commit is contained in:
Gabriel Gritsch
2014-02-16 10:45:20 +01:00
parent 659842c65c
commit c91adceded

2
jsmn.c
View File

@@ -1,6 +1,6 @@
#include <stdlib.h>
#include <stdint.h> // for SIZE_MAX
//#include <limits.h> // for UINT_MAX
#include <stdint.h> // for SIZE_MAX
#include "jsmn.h"