Commit 53593c42 authored by Saikumar's avatar Saikumar

Update storage.h

parent a78ebd73
......@@ -3,4 +3,5 @@ using namespace std;
string GETT(char *);
void PUTT(char *, char *);
string DELL(char *);
\ No newline at end of file
string DELL(char *);
void initializeStorageVariables();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment