''
''
'' big_int_full -- header translated with help of SWIG FB wrapper
''
'' NOTICE: This file is part of the FreeBASIC Compiler package and can't
''         be included in other distributions without authorization.
''
''

#ifndef __bigint_big_int_full_bi__
#define __bigint_big_int_full_bi__

#inclib "big_int"

#include once "crt/stddef.bi"

#include once "big_int/str_funcs.bi"
#include once "big_int/service_funcs.bi"
#include once "big_int/basic_funcs.bi"
#include once "big_int/number_theory.bi"
#include once "big_int/modular_arithmetic.bi"
#include once "big_int/bitset_funcs.bi"

#endif
