home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1999 …ember: Reference Library
/
Apple Developer Reference Library (December 1999) (Disk 1).iso
/
pc
/
what's new
/
technical documentation
/
macintosh technotes and q&as
/
technotes
/
nw
/
tcp_server.sea.hqx
/
TCP Server
/
main.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-07-15
|
174 b
|
11 lines
/*
TCP Client/Server Queuing Example
Steve Falkenburg, MacDTS, Apple Computer
3/11/92
*/
void main(void);
void InitMac(void);
void InitQueues(void);
void MainLoop(void);