Source file stdcompat__printf.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(*
let not_implemented _ =
  failwith "Stdcompat.Printf is not implemented yet. Please fill an issue: https://github.com/thierry-martinez/stdcompat/issues ."

let ikbprintf = not_implemented

let ibprintf = not_implemented
*)

(*
let ifprintf = not_implemented

let kbprintf = not_implemented

let kfprintf = not_implemented

let ksprintf = not_implemented
*)

(*
let ikfprintf = not_implemented
*)

include Printf