diff options
| author | James Lawrance <[email protected]> | 2021-11-12 12:10:08 -0800 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-11-12 12:10:08 -0800 |
| commit | bd0aaa8aec690233421775b156b7ccd151ee3947 (patch) | |
| tree | f87f99d24fba0bb13ece594c06af06a27684272e /CST116F2021-Lab7/Header.h | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab7-jemersonlawrance-bd0aaa8aec690233421775b156b7ccd151ee3947.tar.xz cst116-lab7-jemersonlawrance-bd0aaa8aec690233421775b156b7ccd151ee3947.zip | |
11b complete
Diffstat (limited to 'CST116F2021-Lab7/Header.h')
| -rw-r--r-- | CST116F2021-Lab7/Header.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CST116F2021-Lab7/Header.h b/CST116F2021-Lab7/Header.h new file mode 100644 index 0000000..a29e4fd --- /dev/null +++ b/CST116F2021-Lab7/Header.h @@ -0,0 +1,14 @@ +#pragma once + +#include <iostream> +#include <cstring> +#include <iomanip> + +using namespace std; + +//getStringData prototype +int getStringData(string data[]); +//displayStrings prototype +int displayStrings(string data[]); +//findString prototype +void findString(string data[]);
\ No newline at end of file |