PreviousUpNext

15.4.166  src/lib/c-glue-lib/ram/main-lib-unix.pkg

## main-lib-unix.pkg
## Author: Matthias Blume (blume@tti-c.org)

# Compiled by:
#     src/lib/c-glue-lib/ram/memory.lib

#   Name to be used for access to the "main" library.
#   (For Unix we don't need a name; dlopen gets an argument of NULL.)


package main_lib {

    name = NULL:  Null_Or( String );
};



## Copyright (c) 2004 by The Fellowship of SML/NJ
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext