blob: 199429cf146da94985f4fc92d8eed7f1b0925f9e (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
/**
* The number of the libgamma error with the
* lowest number in the version of the library
* that the program is linked against
*/
const int libgamma_error_min = LIBGAMMA_ERROR_MIN;
|