home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / basic / 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.