2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #include <exec/tasks.h>
7 #include <clib/exec_protos.h>
8 #include <dos/dosextens.h>
9 #include "dos_intern.h"
11 LONG
RunProcess(struct Process
*proc
, struct StackSwapStruct
*sss
,
12 STRPTR argptr
, ULONG argsize
, LONG_FUNC entry
)
16 extern struct DosLibrary
*DOSBase
;
17 sp
=(APTR
*)sss
->stk_Upper
;