home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 7
/
07.iso
/
c
/
c160
/
1.ddi
/
SOURCE
/
D4EOF.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-06-22
|
216 b
|
15 lines
/* d4eof.c (c)Copyright Sequiter Software Inc., 1987-1990. All rights reserved. */
#include "d4base.h"
int d4eof()
{
return( d4ptr()->eof ) ;
}
int d4bof()
{
return( d4ptr()->bof ) ;
}