home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / wattcp.zip / TEST.C < prev    next >
C/C++ Source or Header  |  1991-06-21  |  174b  |  8 lines

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