yajl_version.c 82 Bytes
Newer Older
1 2 3 4 5 6 7
#include <yajl/yajl_version.h>

int yajl_version(void)
{
	return YAJL_VERSION;
}