COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
gcd.h
Go to the documentation of this file.
1
// gcd.h
2
#ifndef GCD_H
3
#define GCD_H
4
5
int
gcd
(
int
a,
int
b);
6
7
#endif
gcd
int gcd(int a, int b)
Definition
1.cpp:157
Module4
gcd.h
Generated on Thu Nov 14 2024 10:59:44 for COMP2113 by
1.12.0