aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab7/Header.h
blob: a29e4fd56bac51d9c645c4cc359d000318932c5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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[]);