OOP HomeWork
This commit is contained in:
9
oop_hw1/oop_hw1_7/fib.h
Normal file
9
oop_hw1/oop_hw1_7/fib.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#ifndef fib
|
||||
#define fib
|
||||
|
||||
long& smaller(long& a, long& b);
|
||||
long& bigger(long& a, long& b);
|
||||
void fibe(int count);
|
||||
|
||||
#endif // !fib
|
Reference in New Issue
Block a user