home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CGI How-To
/
CGI HOW-TO.iso
/
chap4
/
4_3
/
local_c
/
local.c
< 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
C/C++ Source or Header
|
1996-06-15
|
128 b
|
10 lines
#include "stdlib.h"
#include "stdio.h"
void main(int argc, char *argv[])
{
printf("Location: /local.htm\n\n");
exit(0);
}