// ============================================================ // // gcd.h // // Copyright 2002, Dennis Meilicke and Rene Peralta // // ============================================================ // // Description: // // Default GCD declaration. // // ============================================================ // // Functions: // GCD // EGCD // // ============================================================ #ifndef __nttlHeader_gcd__ #define __nttlHeader_gcd__ #include #endif // __nttlHeader_gcd__