home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
INTERNET
/
WWW
/
LYNX
/
SOURCE
/
SRC0_8A.ZIP
/
WATTCP
/
SRC
/
CONSTANT.C
< 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
C/C++ Source or Header
|
1991-05-10
|
147 b
|
8 lines
#include <wattcp.h>
main()
{
printf("tcp_Socket %u\n\r", sizeof( tcp_Socket));
printf("udp_Socket %u\n\r", sizeof( udp_Socket));
}