summaryrefslogtreecommitdiff
path: root/docs/type_system/bit.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/bit.md')
-rw-r--r--docs/type_system/bit.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md
index a5ba35f..ba11f30 100644
--- a/docs/type_system/bit.md
+++ b/docs/type_system/bit.md
@@ -14,6 +14,14 @@ REPRESENTATION_FLAGS : NUMERIC | INT | INT_UNSIGNED | INT_SIGNED | FLOAT |
Bit[[SIZE_FLAGS | REPRESENTATION_FLAGS]]
```
+## Type Body Object Definitions
+
+```c
+typedef struct {
+ // EMPTY
+} kpl_type_body_bit;
+```
+
# Casting
# Alias