From 89418faafd87cbbf0b36bc8bf916904a170073f6 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 12 Jun 2026 15:22:19 -0400 Subject: use gnu23 --- docs/application/union.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/application/union.md (limited to 'docs/application/union.md') 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; +``` -- cgit v1.2.3