home *** CD-ROM | disk | FTP | other *** search
- /*
- ** vbcc-Amiga-PowerPC version of system.c
- **
- ** v0.1 04.10.97 phx
- */
-
- #include <exec/libraries.h>
- #include <utility/TagItem.h>
- #include <powerup/gcclib/powerup_protos.h>
-
-
- int system(const char *string)
- {
- /* there is currently no function in the PowerUp kernel */
- /* to start another PowerPC task ... */
- return (1);
- }
-