WONKY



LOG | FILES | OVERVIEW


#ifndef WONKY_ID_NODE_H
#define WONKY_ID_NODE_H WONKY_ID_NODE_H

#include <automata.h>


extern struct Automata_Node *id_node;
struct Automata_Node* get_new_id_node(struct Automata_Node *base,enum Source_Chars delta);

#endif