home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / ACE / Prgs / Misc / Task / taskvar.c < prev    next >
Text File  |  1994-09-09  |  99b  |  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.