heptagon/lib/iostream.epi

14 lines
215 B
Plaintext
Raw Normal View History

2011-11-21 02:00:38 +01:00
(* The printing module *)
type file
(*
2011-11-21 02:00:38 +01:00
const file stdout
const file stdin
const file stderr
*)
(* Basic Printing *)
unsafe val fun printf(string;...) returns ()
unsafe val fun fprintf(file;string;...) returns ()