execv ( path argv -- int )
Vocabularyunix.process
Inputs
Outputs
Definition
USING: alien.c-types alien.syntax ;
IN: unix.process
FUNCTION: int execv ( c-string path, c-string* argv )