You are on page 1of 1

#ifndef T7_H_

#define T7_H_
void atom(Node* node);
bool checkValidity(Node* node) ;
bool valid(Node* node,Node* node11);
int indx;
int counter;
char arr[1000];
int size(Node* input);
#endif // T4_H_

You might also like