home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
c
/
mscwattc
/
src
/
test.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-06-21
|
174 b
|
8 lines
#include <wattcp.h>
debugpsocketlen()
{
printf("tcp_Socket : %u bytes \n", sizeof( tcp_Socket ));
printf("udp_Socket : %u bytes \n", sizeof( udp_Socket ));
}