// Copyright (C) 1996 Keith Whitwell. // This file may only be copied under the terms of the GNU Library General // Public License - see the file COPYING in the lib3d distribution. #ifndef ArchHeader #define ArchHeader void setup_fpu(); void restore_fpu(); #endif