home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gnu
/
libnix-0.8-src.lha
/
libnix-0.8
/
sources
/
nix
/
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
|
1994-12-12
|
282 b
|
15 lines
#include <utility/TagItem.h>
#include <dos/dos.h>
#ifdef __GNUC__
#include <inline/dos.h>
#endif
static struct TagItem list[]={ { TAG_END,0 } }; /* No Tags */
int system(const char *string)
{ if(string==NULL)
return 1;
else
return SystemTagList((char *)string,list);
}