OOP HomeWork
This commit is contained in:
9
oop_hw1/oop_hw1_1/func.h
Normal file
9
oop_hw1/oop_hw1_1/func.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#ifndef FUNC_H
|
||||
#define FUNC_H
|
||||
|
||||
int f1(int num);
|
||||
int g1(int num);
|
||||
int g2(int num);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user