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
/
Label.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
|
179 b
|
8 lines
|
[
TEXT/KAHL
]
/* Label.c */
lHandle newLabelList(void);
void disposeLabelList(lHandle);
lValue getLabelValue(lHandle, char *);
void newLabel(pHandle, char *, lValue);
void pruneLabel(char *);