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/group.md | |
| parent | faac96fff84c45acf20af0515e8fd43af32fdaca (diff) | |
use group for tuple and table
Diffstat (limited to 'docs/application/group.md')
| -rw-r--r-- | docs/application/group.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/application/group.md b/docs/application/group.md new file mode 100644 index 0000000..2d5ed4b --- /dev/null +++ b/docs/application/group.md @@ -0,0 +1,13 @@ +# Group + +--- + +## Object Definitions + +```c +typedef struct _kpl_group { + POOL_HEADER(_kpl_group); + uint32_t item_length; + kpl_class items[]; +} kpl_group; +``` |
