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