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

- Added "extern C" to use it with CPP.
master
Gabriel Gritsch 11 years ago
parent 659842c65c
commit c91adceded

@ -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"

Loading…
Cancel
Save