8 lines
77 B
C
8 lines
77 B
C
#include "yajl_version.h"
|
|
|
|
int yajl_version(void)
|
|
{
|
|
return YAJL_VERSION;
|
|
}
|
|
|