using function names

This commit is contained in:
pommicket 2022-02-06 20:00:30 -05:00
parent b404c21bfc
commit bbd9eb17e0
4 changed files with 48 additions and 18 deletions

View file

@ -99,6 +99,11 @@ function types_init
p += 1
*1p = TYPE_CHAR
p += 1
p = _types + TYPE_POINTER_TO_VOID
*1p = TYPE_POINTER
p += 1
*1p = TYPE_VOID
p += 1
*8ptypes_bytes_used = p - types
return