heptagon/lib/iostream.epi

13 lines
233 B
Text

(* The printing module *)
type file
(*
const file stdout
const file stdin
const file stderr
*)
(* Basic Printing *)
external unsafe val fun printf(string;...) returns ()
external unsafe val fun fprintf(file;string;...) returns ()