home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / SRC / SUNFORT / FATTR.C < prev    next >
C/C++ Source or Header  |  1994-04-27  |  163b  |  21 lines

  1. #include "vogle.h"
  2.  
  3. /*
  4.  * pushattributes_
  5.  */
  6. void
  7. pushattributes_()
  8. {
  9.     pushattributes();
  10. }
  11.  
  12. /*
  13.  * popattributes_
  14.  */
  15. void
  16. popattributes_()
  17. {
  18.     popattributes();
  19. }
  20.  
  21.