JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

os/posix-exec

core-api


    cfunction
    src/core/os.c on line 1421, column 1

    (os/posix-exec args &opt flags env)

    Use the execvpe or execve system calls to replace the current 
    process with an interface similar to os/execute. However, instead 
    of creating a subprocess, the current process is replaced. Is not 
    supported on Windows, and does not allow redirection of stdio.


0 examplesSign in to add an example
Loading...