4-variable-simplifier/string/new.h
2026-04-25 16:00:10 -04:00

3 lines
54 B
C

struct string* new_string(
const char* data_to);