home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / mscwattc / src / constant.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-10  |  147 b   |  8 lines

  1. #include <wattcp.h>
  2.  
  3. main()
  4. {
  5.     printf("tcp_Socket %u\n\r", sizeof( tcp_Socket));
  6.     printf("udp_Socket %u\n\r", sizeof( udp_Socket));
  7. }
  8.