Skip to content

Commit

Permalink
Added Main To Helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardJXLi committed Feb 11, 2020
1 parent 8433e97 commit acb2522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Final/src/utils/helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

#define OPPNUM 5 //this is the same value as defined in the first box of oppC

#ifndef _MAINGUARD
#include "main.h"
#endif

//FOR CALC:
char numberC[10][2] = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"};
char oppC[OPPNUM] = {"+-*/%"};
Expand Down

0 comments on commit acb2522

Please sign in to comment.