#include "list.h" #define DEFAULTLISTSIZE 64 List* CreateList(void) { }