home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
programs
/
programming
/
osclid
/
!OscliD
/
Tools
/
c
/
restart
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-27
|
142 b
|
12 lines
/* restart.c
* restarts OscliD
*/
#define TOOLNAME "Restart OscliD"
#include "toollib.c"
{
xwimp_start_task ("<OscliD$Dir>.!Run", 0);
}