#ifndef _COM_DISPLAY_H
#define _COM_DISPLAY_H
#include <wordlist.h>
void com_display(wordlist *wl);
#endif