
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@2 c5894555-1306-4e8d-425f-1f6f381ee07c
8 lines
82 B
C
8 lines
82 B
C
#include <yajl/yajl_version.h>
|
|
|
|
int yajl_version(void)
|
|
{
|
|
return YAJL_VERSION;
|
|
}
|
|
|