1 #if !defined  HAVE_PRINT_CATALAN_STEP_RGS_AA_H__
2 #define       HAVE_PRINT_CATALAN_STEP_RGS_AA_H__
3 // This file is part of the FXT library.
4 // Copyright (C) 2012, 2013 Joerg Arndt
5 // License: GNU General Public License version 3 or later,
6 // see the file COPYING.txt in the main directory.
7 
8 #include "fxttypes.h"
9 
10 // comb/print-catalan-step-rgs-aa.cc:
11 void catalan_step_rgs_print_aa(const ulong *x, ulong n);
12 
13 #endif // !defined HAVE_PRINT_CATALAN_STEP_RGS_AA_H__
14