home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 179.lha / AmyChess / old.c < prev    next >
Encoding:
Text File  |  1988-04-28  |  89 b   |  6 lines

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