


## export.api
# Compiled by:
# src/lib/std/src/standard-core.sublibapi 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.


