home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 2847.dms / 2847.adf / Chess / old.c < prev    next >
Encoding:
Text File  |  1990-05-06  |  89 b   |  6 lines

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