--- sml/trunk/src/ml-nlffi-lib/README 2002/05/10 20:40:33 1189 +++ sml/trunk/src/ml-nlffi-lib/README 2002/05/13 20:39:05 1190 @@ -1,7 +1,7 @@ This is the ML-NLFFI Library, the core of a new foreign-function interface for SML/NJ. -Library $/c.cm provides: +Library $c/c.cm provides: - an encoding of the C type system in ML - dynamic linking (an interface to dlopen/dlsym) @@ -9,12 +9,12 @@ This is the (only) library to be used by user code. -Library $/c-int.cm (subdirectory "internals"): +Library $c/c-int.cm (subdirectory "internals"): - - implements all of $/c.cm + - implements all of $c/c.cm - implements low-level hooks to be used by ml-nlffigen-generated code -Library $/memory.cm (subdirectory "memory"): +Library $c/memory.cm (subdirectory "memory"): - encapsulates low-level details related to raw memory access