home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tnlogin.zip / login.c < prev    next >
C/C++ Source or Header  |  1994-05-25  |  130b  |  11 lines

  1. /* login.c */
  2.  
  3. #include <stdlib.h>
  4.  
  5. int main(void)
  6. {
  7.   return (getenv("TELNET_COMSPEC") == 0);
  8. }
  9.  
  10. /* end of login.c */
  11.