home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / VOGLE / SRC / MSFORT / FATTR.FOR < prev    next >
Encoding:
Text File  |  2000-02-11  |  273 b   |  14 lines

  1.       interface to subroutine C_pushattributes[c]
  2.       end
  3.  
  4.       interface to subroutine C_popattributes[c]
  5.       end
  6.  
  7.       subroutine pushattributes
  8.       call C_pushattributes
  9.       end
  10.  
  11.       subroutine popattributes
  12.       call C_popattributes
  13.       end
  14.