home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / dev / lang / ace / prgs / misc / task / taskvar.c < prev    next >
Encoding:
Text File  |  1994-09-08  |  99 b   |  8 lines

  1.  
  2. /*
  3. ** A non-stack-allocated variable
  4. ** which is to be shared by two
  5. ** tasks.
  6. */
  7. long sharedvar;
  8.