Copy a string: Difference between revisions

Content deleted Content added
m Changed libheader to STL
Line 248: Line 248:
nil
nil


=={{header|Ocaml}}==
=={{header|OCaml}}==
let dst = String.copy src
let dst = String.copy src