#ifndef __GCD_H__ #define __GCD_H__ int GreatestCommonDivisor(int i, int j); #endif