properly named constructors and destructors

This commit is contained in:
2025-07-24 18:26:51 +03:00
parent 72f8e196a7
commit 17baabbd95
16 changed files with 42 additions and 44 deletions

View File

@@ -53,4 +53,4 @@ typedef struct Instruction {
/// @return ptr to struct or NULL
const Instruction* NULLABLE(Instruction_getByOpcode)(Opcode opcode);
const Instruction* NULLABLE(Instruction_getByName)(str name);
void Instruction_freeSearchStructs();
void Instruction_destroySearchStructs();