/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
json_version.c
15 строк
360 B
Rainer Gerhards
builds cleanly under clang with AX_COMPILER_FLAGS
09 апр 2016, 12:54
09 апр 2016, 12:54
b5dabee
Код
Авторство
О чём код?
/* * Copyright (c) 2012 Eric Haszlakiewicz * Copyright (c) 2016 Adiscon GmbH * Rainer Gerhards <rgerhards@adiscon.com> * * 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.h" const char *fjson_version(void) { return VERSION; }