From ff592daf2d90b922f82e65f648caf27381f89590 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sat, 9 Jan 2021 19:26:24 +0300 Subject: Some garbage collection added. --- include/csx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/csx.h b/include/csx.h index 20f31fd..77b94c0 100644 --- a/include/csx.h +++ b/include/csx.h @@ -23,5 +23,7 @@ char *csx_name(const char *name); char *csx_str(const char *str); +void csx_free(); + #endif -- cgit v1.2.3