7 lines
74 B
C
7 lines
74 B
C
#include "list.h"
|
|
|
|
#define DEFAULTLISTSIZE 64
|
|
|
|
List* CreateList(void) {
|
|
|
|
} |