aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_error_min.c
blob: 199429cf146da94985f4fc92d8eed7f1b0925f9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* 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;