/* * Copyright (C) 2000, Imperial College * * This file is part of the Imperial College Exact Real Arithmetic Library. * See the copyright notice included in the distribution for conditions * of use. */ #include #include "real.h" #include #include #include "real-impl.h" void evacuateCls(Cls *); void evacuateDigsX(DigsX *); void evacuateVec(Vec *); void evacuateMatX(MatX *); void evacuateTenXY(TenXY *); void evacuateCls(Cls *vec) { } void evacuateDigsX(DigsX *digsX) { } void evacuateVec(Vec *vec) { } void evacuateMatX(MatX *matX) { } void evacuateTenXY(TenXY *tenXY) { }