home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 001-099 / ff096.lzh / Chess / old.c < prev    next >
Text File  |  1987-09-03  |  89b  |  6 lines

  1.    while((c = ttgetc()) > ' ')
  2.       if(i > 30) 
  3.          break;
  4.      
  5.    temp[--i] = '\0';
  6.