You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
215 B
Plaintext

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