RosettaCodeData/Task/Truncate-a-file/OCaml/truncate-a-file-2.ml
2024-10-16 18:07:41 -07:00

2 lines
125 B
OCaml

val ftruncate : file_descr -> int -> unit
(** Truncates the file corresponding to the given descriptor to the given size. *)