PreviousUpNext

15.3.484  src/lib/std/src/nj/export.api

## export.api

# Compiled by:
#     src/lib/std/src/standard-core.sublib



api Export {
    #
    Fork_Result = AM_PARENT | AM_CHILD;
    #
    fork_to_disk:     String -> Fork_Result;

    spawn_to_disk
        :
        ( String, 
          ( (String, List String)
            ->
            winix_types::process::Status
          )
        )
        ->
        Void;
};




## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext