home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume2
/
pstrings
/
part01
/
finalS.p
< 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
|
1991-08-07
|
154 b
|
14 lines
# include "strings.h"
procedure finalS{(var s: String)};
{
* reclaims the storage associated with the string s
}
begin
disposeS(s)
end{ -- finalS};