blob: 1f66e861ed3c7eab8f0a4f21bca52c17c3a56a60 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
#define X(...) +1
/**
* 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 = LIST_METHODS(X);
#undef X
|