Commit 7e1eaeec authored by Saikumar's avatar Saikumar

Delete storage.h

parent fbf175f3
#include <iostream>
using namespace std;
struct n1
{
char key[257];
int lineno;
char filename[5];
struct n1 *p1;
struct n1 *p2;
int h;
};
struct n1* GETT(char *);
void PUTT(char *, char *);
string DELL(char *);
\ 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