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