#pragma once struct list { void *content; struct list *next; };