#ifndef __NODE__ #include "assn6.h" #endif void print_num(struct node *nlst); struct node *add(struct node *n1lst, struct node *n2lst); struct node *cons_bigit(int bgt, struct node *nxt); void free_num(struct node *blst); struct node *copy_num(struct node *nlst);