1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

Added mod_free

git-svn-id: svn://svn.cc65.org/cc65/trunk@1251 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-04-21 14:26:18 +00:00
parent 6556d25662
commit 0876496d44

View File

@ -64,6 +64,10 @@ MODCTRL_SIZE = 20 ; Total size of struct
; */ ; */
.global _mod_load .global _mod_load
; void mod_free (struct mod_ctrl* ctrl);
; /* Free a loaded module. */
.global _mod_free
; Errors ; Errors