(FEA) Featured for Location_Literalisation, Status_Literalisation etc.

This commit is contained in:
William
2024-06-06 02:22:54 +08:00
parent df073877cc
commit 54042cf2cf
28 changed files with 744 additions and 358 deletions

View File

@@ -6,7 +6,7 @@ Status Stack_Create(Stack *inst, int len)
// state((len < 0), InvalidParameter);
// /* Initialise before access. */
// if (inst == NULL) {
// if (!inst) {
// *inst = (Stack) {
// .members = NULL,
// .len = len