(SYNC) Synchronisation with local latest modifications.

This commit is contained in:
William
2024-06-24 22:34:47 +08:00
parent 95a49ebefa
commit 69d827c38e
18 changed files with 607 additions and 407 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;