lisp-take-1/string/free.h

5 lines
61 B
C

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