home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
octave-1.1.1p1-src.tgz
/
tar.out
/
fsf
/
octave
/
dld
/
test
/
overlay
/
chain1.c
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
222b
|
11 lines
extern char *p;
static int large[100000];
chain () {
bzero (large, 100000 * sizeof (int));
printf ("I am chain1\n");
p[5] = '2'; /* modify the string holding the next
file to be loaded. */
}