home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / CEREBRUM / WAT9609.ZIP / SRC / TEST.C < prev    next >
Text File  |  1994-11-28  |  186b  |  8 lines

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