home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 2
/
MECOMP-CD-II.iso
/
amiga
/
programmieren
/
c
/
vbcc
/
machines
/
amigappc
/
libsrc
/
stdlib
/
system.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-12-30
|
327 b
|
18 lines
/*
** 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);
}