Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / platform / cygwin.sml
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2009 Matthew Fluet.
2 * Copyright (C) 2004-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9structure Cygwin =
10 struct
11 fun toFullWindowsPath p =
12 CUtil.C_String.toString
13 (PrimitiveFFI.Cygwin.toFullWindowsPath (NullString.nullTerm p))
14 end