File: stdcompat__printf.ml.in

package info (click to toggle)
ocaml-stdcompat 20~git20240529-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,540 kB
  • sloc: ml: 34,099; sh: 861; makefile: 249
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_02_0@
let ifprintf = not_implemented

let kbprintf = not_implemented

let kfprintf = not_implemented

let ksprintf = not_implemented
@END_BEFORE_4_02_0@

@BEGIN_BEFORE_4_01_0@
let ikfprintf = not_implemented
@END_BEFORE_4_01_0@

include Printf