execv ( path argv -- int ) (original) (raw)

execv ( path argv -- int )

Vocabulary
unix.process

Inputs

path an object
argv an object

Outputs

int an object

Definition

USING: alien.c-types alien.syntax ;

IN: unix.process

FUNCTION: int execv ( c-string path, c-string* argv )