•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ PE_NOSHARE ]

id = Pexec( 106, prgm, base, 0L );

  <prgm> is a NULL terminated string to use for the name of the
         child process, or 0L to use the parent's name.
  <base> is the basepage address of a previously loaded program.

Returns MiNT id of program, which executes concurrently.
Parent and child do NOT share memory access rights.

Note: Requires Multitasking OS.