rename std extensions and clean up imports

This commit is contained in:
2026-07-15 23:00:43 +02:00
parent 3e8db2c15e
commit cae32caa82
8 changed files with 9 additions and 14 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
c :: import "@ffi/c"
io :: import "@std/io"
import "@ffi/c"
import "@std/io"
hide write func(_ ?*mut anyopaque, _ io.WriteStream, bytes []u8) usize ! io.WriteError {
request usize = bytes.len