home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
545b.lha
/
BMake_v1.4
/
source.LZH
/
source
/
RCS
/
foobar.c,v
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
|
1991-09-07
|
279 b
|
33 lines
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @ * @;
1.1
date 91.06.10.22.48.06; author ben; state Exp;
branches ;
next ;
desc
@This is a bogus file.
@
1.1
log
@Initial revision
@
text
@/* foobar.c */
int foobar( void )
{
return( 0 );
}
@