

#include "list.h"
void bubblesort(struct list* L);

