Metropoli BBS
VIEWER: spawnvo.c MODE: TEXT (ASCII)
/********************************************************************/
/*   SPAWNO v4.0   EMS/XMS/disk swapping replacement for spawn...() */
/*   (c) Copyright 1990, 1991 Ralf Brown  All Rights Reserved	    */
/*								    */
/*   May be freely copied provided that this copyright notice is    */
/*   not altered or removed.					    */
/********************************************************************/

#include "spawno.h"

int _Cdecl spawnvo(const char *overlay_path,const char *prog_name,const char **args)
{
   return __spawnv(overlay_path,prog_name,args,0) ;
}

[ RETURN TO DIRECTORY ]