Commit f16d1ade authored by Matthew Burket's avatar Matthew Burket
Browse files

Minor for the save hist method protype

parent 209d7562
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#define READ 0


void storeHist(char **readBuff, int *historyPos, char historyBuff[50][5000], int i);
void storeHist(char **readBuff, int *historyPos, char historyBuff[50][5000], int numTokens);

int main() {
    // Setup Some Vars