alien.strings: Dependency on io.streams.byte-array. Clean this up somehow?
parent
2ebbd75ebc
commit
e6dac7f0e3
|
@ -5,6 +5,7 @@ io.encodings io.encodings.ascii io.encodings.utf16n
|
||||||
io.encodings.utf8 io.streams.memory kernel kernel.private math
|
io.encodings.utf8 io.streams.memory kernel kernel.private math
|
||||||
namespaces sequences sequences.private strings strings.private
|
namespaces sequences sequences.private strings strings.private
|
||||||
system system.private ;
|
system system.private ;
|
||||||
|
USE: io.streams.byte-array ! for windows, do not delete!
|
||||||
IN: alien.strings
|
IN: alien.strings
|
||||||
|
|
||||||
GENERIC# alien>string 1 ( c-ptr encoding -- string/f )
|
GENERIC# alien>string 1 ( c-ptr encoding -- string/f )
|
||||||
|
|
Loading…
Reference in New Issue