SCM Repository
[smlnj] / sml / releases / release-110.35 / src / ml-nlffi-lib / memory / mlrep-i32f64.sml |
View of /sml/releases/release-110.35/src/ml-nlffi-lib/memory/mlrep-i32f64.sml
Parent Directory
|
Revision Log
Revision 917 -
(download)
(annotate)
Fri Aug 24 21:13:58 2001 UTC (19 years, 6 months ago)
File size: 559 byte(s)
Fri Aug 24 21:13:58 2001 UTC (19 years, 6 months ago)
File size: 559 byte(s)
This commit was manufactured by cvs2svn to create tag 'release-110.35'.
(* * User-visible ML-side representation of certain primitive C types. * * x86/Sparc version (all ints: 32 bit, all floats: 64 bit) * * (C) 2001, Lucent Technologies, Bell Labs * * author: Matthias Blume (blume@research.bell-labs.com) *) structure MLRep = struct structure SChar = Int32 structure UChar = Word32 structure SInt = Int32 structure UInt = Word32 structure SShort = Int32 structure UShort = Word32 structure SLong = Int32 structure ULong = Word32 structure Float = Real structure Double = Real end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |