(SOC) Storage Only Commit - Tue 25 Jun 09:33:57 CST 2024
This commit is contained in:
@@ -7,11 +7,8 @@ typedef Var Type;
|
||||
|
||||
typedef struct {
|
||||
attr(registered 1) Type type;
|
||||
|
||||
attr(nullity false) String identity;
|
||||
|
||||
attr(alignwith 1)
|
||||
attr(optional true) Type value;
|
||||
attr(nullity false) String identity;
|
||||
attr(alignwith 1; optional true) Type value;
|
||||
} Parameter;
|
||||
|
||||
typedef void * Block;
|
||||
|
Reference in New Issue
Block a user