diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
| commit | 89418faafd87cbbf0b36bc8bf916904a170073f6 (patch) | |
| tree | ea5b619a973ad83715de82a432565fba988a535f /docs/application/union.md | |
| parent | 20a19f433956f063d8048f032aaf5dcce1d61e7c (diff) | |
use gnu23
Diffstat (limited to 'docs/application/union.md')
| -rw-r--r-- | docs/application/union.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/application/union.md b/docs/application/union.md new file mode 100644 index 0000000..0032c0d --- /dev/null +++ b/docs/application/union.md @@ -0,0 +1,13 @@ +# Union + +--- + +## Object Definitions + +```c +typedef struct _kpl_union { + KPL_POOL_HEADER(_kpl_union); + uint32_t tag; + kpl_class class; +} kpl_union; +``` |
