added the option to compile in to .so and .a

This commit is contained in:
IgorCielniak
2026-02-07 20:49:24 +01:00
parent bf4d11d313
commit a8908819c4
2 changed files with 158 additions and 79 deletions

View File

@@ -353,8 +353,8 @@
}
;
word cr 10 putc end
inline word cr 10 putc end
word puts write_buf cr end
inline word puts write_buf cr end
word eputs ewrite_buf cr end
inline word eputs ewrite_buf cr end