diff --git a/src/mpn_extras/inlines.c b/src/mpn_extras/inlines.c new file mode 100644 index 0000000000..e8b5acb0e9 --- /dev/null +++ b/src/mpn_extras/inlines.c @@ -0,0 +1,14 @@ +/* + Copyright (C) 2015 William Hart + + This file is part of FLINT. + + FLINT is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. See . +*/ + +#define MPN_EXTRAS_INLINES_C + +#include "mpn_extras.h"