home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Applications
/
Eudora 1.3.1
/
source
/
Include
/
lineio.h
< 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
Text File
|
1993-03-16
|
284 b
|
10 lines
|
[
TEXT/MPS
]
/* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
short OpenLine(short vRef,long dirId,UPtr name);
int GetLine(UPtr line,int size);
void CloseLine(void);
long TellLine(void);
int SeekLine(long spot);
typedef enum {LINE_START=1, LINE_MIDDLE} GetLineEnum;