blob: e3533bdf947797d2504440adfa877449a3e10a27 [file] [log] [blame]
// SPDX-License-Identifier: LGPL-2.1-or-later
/*
* This file is part of libgpiod.
*
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
/* Misc code that didn't fit anywhere else. */
#include <gpiod.h>
#include <config.h>
const char *gpiod_version_string(void)
{
return GPIOD_VERSION_STR;
}