index
:
lnav
debian
progress-linux
upstream
debian 12 backports: shell
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
yajl
/
yajl_version.c
blob: 0671da722b37a3b3158679420be1875704aa96a9 (
plain
)
1
2
3
4
5
6
7
#include
<yajl/yajl_version.h>
int
yajl_version
(
void
)
{
return
YAJL_VERSION
;
}