2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 ANSI C function system().
8 #include <utility/tagitem.h>
10 #include <proto/dos.h>
12 /*****************************************************************************
38 ******************************************************************************/
40 static struct TagItem list
[]={ { TAG_END
,0 } }; /* No Tags */
48 return (UBYTE
)SystemTagList ((char *)string
, list
);