diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-09 10:07:44 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-09 10:07:44 -0400 |
| commit | 4da9de3213a28c7e17945168acdb06308bb41df8 (patch) | |
| tree | 6bc6a3ff8653eb7bfe6591c36a7ab9b491649b9d /docs/application/tuple.md | |
| parent | faac96fff84c45acf20af0515e8fd43af32fdaca (diff) | |
use group for tuple and table
Diffstat (limited to 'docs/application/tuple.md')
| -rw-r--r-- | docs/application/tuple.md | 13 |
1 files changed, 0 insertions, 13 deletions
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; -``` |
