home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / snip.c < prev    next >
Text File  |  1993-01-19  |  324b  |  11 lines

  1.       unsigned size_t   xyz = -1;      /* unsigned maybe stoopid */
  2.       unsigned int      i, j, k, l;
  3.  
  4.       for( i = 0; z; z >>= 1, i++);
  5.          if( z <= 16)
  6.          {
  7.             fprintf( stderr, "AHH!! PC detected. **BARF,RETCH**\n");
  8.             fprintf( fp, "#define FUCKING_STOOPID_KLUDGE_SHIT 1\n");
  9.          }
  10.  
  11.