File: json_version.c

package info (click to toggle)
libfastjson 0.99.8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,112 kB
  • sloc: sh: 4,453; ansic: 4,411; makefile: 116
file content (15 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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;
}