diff options
Diffstat (limited to 'docs/type_system/name.md')
| -rw-r--r-- | docs/type_system/name.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/type_system/name.md b/docs/type_system/name.md deleted file mode 100644 index eadda07..0000000 --- a/docs/type_system/name.md +++ /dev/null @@ -1,16 +0,0 @@ -# Name - ---- - -```text -Name[[DATA | ALIAS | UNIQUE] TYPE; IDENTIFIER] -``` - -## Type Body Object Definitions - -```c -typedef struct { - kpl_type *type; - kpl_interface identifier; -} kpl_type_body_name; -``` |
