1 Star 0 Fork 0

大国青年/json-c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
json_c_version.c 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
dota17 提交于 2020-03-28 10:25 . clang-format the files
/*
* Copyright (c) 2012 Eric Haszlakiewicz
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See COPYING for details.
*/
#include "config.h"
#include "json_c_version.h"
const char *json_c_version(void)
{
return JSON_C_VERSION;
}
int json_c_version_num(void)
{
return JSON_C_VERSION_NUM;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vipox/json-c.git
git@gitee.com:vipox/json-c.git
vipox
json-c
json-c
master

搜索帮助