diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
| commit | cf9285b1dbdf687630076149413f16e5d4af82e8 (patch) | |
| tree | 7c10f7587cab9cd40c0d1b9e019cd4a2135e7193 /docs/application/interface.md | |
| parent | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (diff) | |
Diffstat (limited to 'docs/application/interface.md')
| -rw-r--r-- | docs/application/interface.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/application/interface.md b/docs/application/interface.md index 6f33f61..5acfba7 100644 --- a/docs/application/interface.md +++ b/docs/application/interface.md @@ -28,6 +28,8 @@ typedef ssize_t kpl_any_cmp_fn(const kpl_any a, const kpl_any b); typedef int32_t kpl_write(const kpl_ant a, FILE *file, int32_t idnt, uint32_t opts); +// TODO GC FUNCTION + typedef void kpl_any_free_fn(kpl_any a); typedef struct { |
