''
''
'' memory_manager -- 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_memory_manager_bi__
#define __bigint_memory_manager_bi__

#define bi_malloc allocate
#define bi_realloc reallocate
#define bi_free deallocate

#endif
