#include "expansion.h" char *weird_copy(const char *input){ (void) input; return NULL; }