diff options
| author | JacobAKnox <[email protected]> | 2021-10-30 10:17:32 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-30 10:17:32 -0700 |
| commit | 89ec8373bb3b9a18c7ab8dde76c66dc17fc04cbf (patch) | |
| tree | 76ae896117c180809ba0b8a5bf92dd16c633e9eb /10b/10.8.7/header.h | |
| parent | 10.a finished (diff) | |
| download | cst116-lab5-jacobaknox-master.tar.xz cst116-lab5-jacobaknox-master.zip | |
Diffstat (limited to '10b/10.8.7/header.h')
| -rw-r--r-- | 10b/10.8.7/header.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/10b/10.8.7/header.h b/10b/10.8.7/header.h new file mode 100644 index 0000000..8a52867 --- /dev/null +++ b/10b/10.8.7/header.h @@ -0,0 +1,4 @@ +#pragma once + +void GetInput(char[], char[], int&); +bool Compare(char[], char[], int);
\ No newline at end of file |