home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Source Code 1993 July
/
THE_SOURCE_CODE_CD_ROM.iso
/
mach
/
doc
/
unpublished
/
examples
/
random.defs.Z
/
random.defs
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
|
1989-12-06
|
287 b
|
16 lines
subsystem random 500;
#include <mach/std_types.defs>
type string25 = (MSG_TYPE_STRING_C,8*25);
import "random_types.h";
routine get_random(
requestport server_port : port_t;
out num : int);
routine get_secret(
requestport server_port : port_t;
out password : string25);