(FEA) Featured for Location_Literalisation, Status_Literalisation etc.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
// # define VAR_IDENTITY_ILLEGAL_CHAR "!@#$%^*()-=+;\'\"\\|,./<>?[]{}`~ "
|
||||
|
||||
// static Status IllegalVarIdentity = {
|
||||
// .value = 1,
|
||||
// .description = "Given identity does not fit the standard of Var Naming "
|
||||
// "convention.",
|
||||
// .characteristic = STATUS_ERROR,
|
||||
@@ -22,6 +23,7 @@
|
||||
// };
|
||||
|
||||
// static Status VarIdentityTooLong = {
|
||||
// .value = 1,
|
||||
// .description = "Given identity has longer length that the maximum length "
|
||||
// "limitation.",
|
||||
// .characteristic = STATUS_ERROR,
|
||||
@@ -34,6 +36,8 @@ typedef struct {
|
||||
void *addr;
|
||||
size_t size;
|
||||
|
||||
bool alive;
|
||||
|
||||
// /* Identification */
|
||||
// char *identity; // Maximum up to VAR_IDENTITY_LENGTH
|
||||
|
||||
|
Reference in New Issue
Block a user