/*
 * Revision Control Information
 *
 * $Source: /vol/opua/opua2/sis/sis-1.1/common/src/sis/gcd/RCS/gcd_int.h,v $
 * $Author: sis $
 * $Revision: 1.2 $
 * $Date: 1992/05/06 18:53:29 $
 *
 */
/*
 *  internal definitions for gcd
 */

static int com_print_gcd();
static node_t *find_prime_factor();
extern node_t *internal_gcd(), *make_cube_free();
