heptagon/lib/iostream.epi

14 lines
233 B
Text
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 *)
external unsafe val fun printf(string;...) returns ()
external unsafe val fun fprintf(file;string;...) returns ()