diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2021-01-09 19:26:24 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2021-01-09 19:26:24 +0300 |
commit | ff592daf2d90b922f82e65f648caf27381f89590 (patch) | |
tree | a7d9d7bfb8a53ad38876cf4f0241a3ab54b39e2a /include | |
parent | d0b081afd74ef291f36db208eaf9fcd9c109b163 (diff) | |
download | csx-ff592daf2d90b922f82e65f648caf27381f89590.tar csx-ff592daf2d90b922f82e65f648caf27381f89590.tar.xz csx-ff592daf2d90b922f82e65f648caf27381f89590.zip |
Some garbage collection added.
Diffstat (limited to 'include')
-rw-r--r-- | include/csx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |