From 4da9de3213a28c7e17945168acdb06308bb41df8 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 10:07:44 -0400 Subject: use group for tuple and table --- docs/application/tuple.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/application/tuple.md (limited to 'docs/application/tuple.md') diff --git a/docs/application/tuple.md b/docs/application/tuple.md deleted file mode 100644 index e0e926c..0000000 --- a/docs/application/tuple.md +++ /dev/null @@ -1,13 +0,0 @@ -# Tuple - ---- - -## Object Definitions - -```c -typedef struct _kpl_tuple { - POOL_HEADER(_kpl_tuple); - uint32_t item_length; - kpl_class items[]; -} kpl_tuple; -``` -- cgit v1.2.3