]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/c/c-docs.factor
core: trim using lists with tool
[factor.git] / core / io / streams / c / c-docs.factor
index 1cb286dc877c2c36c2367764d89049cbadbd6bb1..a7512a03263ab51793b85a2af340794b765542eb 100644 (file)
@@ -1,5 +1,4 @@
-USING: help.markup help.syntax io io.files threads
-strings byte-arrays io.streams.plain alien math ;
+USING: alien help.markup help.syntax io.files math ;
 IN: io.streams.c
 
 ARTICLE: "io.streams.c" "ANSI C streams"