This commit is contained in:
2026-04-27 00:08:01 +02:00
parent 4a208a7527
commit 082353e0b8
6 changed files with 20 additions and 10 deletions
@@ -1,5 +1,6 @@
#include "expansion.h"
char *weird_copy(const char *input){
(void) input;
return NULL;
}