gcd.hpp

00001 #ifndef GCD_HPP_
00002 #define GCD_HPP_
00003 
00007 int gcd(int n, int m);
00008 
00009 #endif

Generated on Sun Nov 30 09:53:22 2008 for Exploring C++ - Final Forms of Key Examples by  doxygen 1.5.3