blob: eadda07b7ae913da957d8b49583364eb214a0cc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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;
```
|