Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. typedef (map<char, type_node>)* type_node;
  2.  
  3. typedef struct node {
  4. int data;
  5. struct node *next;
  6. } Node;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement