lambda-calc-1/string/free.h
2025-01-13 20:36:07 -06:00

5 lines
61 B
C

struct string;
void free_string(
struct string* this);