mirror of
https://github.com/cc65/cc65.git
synced 2024-11-14 05:05:45 +00:00
12 lines
259 B
ArmAsm
12 lines
259 B
ArmAsm
|
;
|
||
|
; Ullrich von Bassewitz, 2009-11-01
|
||
|
;
|
||
|
; void tgi_free_vectorfont (const tgi_vectorfont* font);
|
||
|
; /* Free a vector font that was previously loaded into memory. */
|
||
|
;
|
||
|
; This function is identical to free(void*)
|
||
|
;
|
||
|
|
||
|
.export _tgi_free_vectorfont := free
|
||
|
|