(SOC) Storage Only Commit - Sat 22 Jun 14:54:31 CST 2024

This commit is contained in:
William
2024-06-22 14:54:31 +08:00
parent 95a49ebefa
commit 2eb66dbc8d
18 changed files with 414 additions and 378 deletions

4
attr.h
View File

@@ -3,8 +3,8 @@
# include <Compound/name.h>
typedef struct _Attribute{
int serialNo;
typedef struct _Attribute {
Name identity; // Numeral accumulative, not literal descriptive.
int (*exec)(void *);
struct _Attribute *prev;
} attr(Executive) Attribute;