This commit is contained in:
2026-04-27 00:01:08 +02:00
parent 58308cc602
commit 4a208a7527
7 changed files with 150 additions and 17 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#include "expansion.h"
char *weird_copy(const char *input);
char *weird_copy(const char *input){
return NULL;
}