blob: 34dd4fa171767e6c5ae96c79444197798d71b891 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
/**
* The number adjustment methods provided by the
* version this library the program is linked
* against
*
* This number includes both compile-time enabled
* and compile-time disabled adjustment methods
*/
const int libgamma_method_count = LIBGAMMA_METHOD_COUNT;
|