yajl_version.c 81 B

1234567
  1. #include "api/yajl_version.h"
  2. int yajl_version(void)
  3. {
  4. return YAJL_VERSION;
  5. }