File: stdcompat__printf.ml.in

package info (click to toggle)
ocaml-stdcompat 19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,516 kB
  • sloc: ml: 27,806; sh: 875; makefile: 246
file content (24 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@BEGIN_BEFORE_4_11_0@
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
@END_BEFORE_4_11_0@

@BEGIN_BEFORE_4_03_0@
let ifprintf = not_implemented

let kbprintf = not_implemented

let kfprintf = not_implemented

let ksprintf = not_implemented
@END_BEFORE_4_03_0@

@BEGIN_BEFORE_4_01_0@
let ikfprintf = not_implemented
@END_BEFORE_4_01_0@

include Printf