#include "types.h" void insert_at_begin(struct node**, void*); void insert_at_end(struct node**, void*); void traverse(struct node**);