working (?) tcc build

This commit is contained in:
pommicket 2022-02-17 17:38:52 -05:00
parent e900dd8d6f
commit e94266df3d
9 changed files with 79 additions and 26 deletions

View file

@ -541,6 +541,12 @@ function putx32ln
fputx32(1, n)
fputc(1, 10)
return
function fputx32ln
argument fd
argument n
fputx32(fd, n)
fputc(fd, 10)
return
function putn
argument n