blob: 34dd4fa171767e6c5ae96c79444197798d71b891 (
plain) (
tree)
|
|
/* 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;
|