blob: 10e98df7bc7ead2956ceb0aba54c3650c895e689 [file] [log] [blame]
#include "json.h"
#include <string.h>
int main()
{
return strcmp(fjson_version(), "1.2304.0") == 0 ? 0 : 1;
}