home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d230 / asktask.lha / AskTask / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-22  |  79 b   |  10 lines

  1. /* test.c */
  2. void    main()
  3. {
  4. int     j;
  5.  
  6.     while (1) {
  7.         j++;
  8.     }
  9. }
  10.