home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Simulation
/
PDP-8 Simulator
/
Source Code
/
Assembler
/
Source.proto.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
|
1992-09-13
|
240 b
|
10 lines
|
[
TEXT/KAHL
]
/* Source.c */
sHandle newSource(void);
void disposeSource(sHandle);
void loadSource(sHandle);
void getSection(pHandle, char *);
short getSegment(char *, short *, str255);
operator getPart(char *, short *, str255);
void nextLine(sHandle);