home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Programming
/
Source
/
tess
/
tess-1.0
/
Underlay_Helper.psw
< 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-06-30
|
150 b
|
9 lines
defineps print_name (char *nm)
gsave
40 -40 moveto
/Helvetica-Bold findfont 18 scalefont setfont
(nm) show
grestore
endps