6 lines
80 B
C
6 lines
80 B
C
#include "expansion.h"
|
|
|
|
char *weird_copy(const char *input){
|
|
return NULL;
|
|
}
|