From 1d5f5dd3cd5cc07352379fe33930770e3d203f3a Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 4 Jun 2026 17:22:25 -0400 Subject: use await and more application definitions --- docs/application/interface.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/application/interface.md') diff --git a/docs/application/interface.md b/docs/application/interface.md index 3f270bd..5042bb4 100644 --- a/docs/application/interface.md +++ b/docs/application/interface.md @@ -32,6 +32,15 @@ typedef int32_t kpl_any_print_fn(const kpl_any a, FILE *file, size_t idnt, uint3 typedef void kpl_any_free_fn(kpl_any a); +typedef struct { + // TODO +} kpl_interface; + +typedef struct { + kpl_any *any; + kpl_interface *interflace; +} kpl_class; + typedef struct { any value, info; } kpl_result; -- cgit v1.2.3