heptagon/lib/iostream.epi

14 lines
233 B
Plaintext

(* 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 ()