home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
gnu
/
g__lib
/
test.she
< prev
next >
Wrap
Text File
|
1993-07-23
|
212b
|
16 lines
#include <Incremental.h>
DECLARE_INIT_FUNCTION (init_1);
#include "test0.h"
static ofile of ("/dev/tty");
static void
init_1 ()
{
of << "forking shell...\n";
system ("csh");
of << "shell exiting...";
}